#CE9227

Color #CE9227 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #CE9227

Tints of Buttercup #CE9227

Color information

#CE9227 (or 0xCE9227) is unknown color: approx Buttercup. HEX triplet: CE, 92 and 27. RGB value is (206,146,39). Sum of RGB (Red+Green+Blue) = 206+146+39=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9227 is #316DD8. Grayscale: #989898. Windows color (decimal): -3239385 or 2593486. OLE color: 2593486.

HSL color Cylindrical-coordinate representation of color #CE9227: hue angle of 38.44º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE9227 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB20614639-
CMYK00.290.810.19
HSL38.44º68.16%48.04%-
HSV(B)38.44º81.07%80.78%-
XYZ36.133.836.55-
YUV151.7464.38166.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=52.69%
G=37.34%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061463900.290.810.1938.4468.1648.04
HexCE922701D5113264430
Octal31622247035121234610460
Binary11001110100100101001110111011010001100111001101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9227; }

 p { color: rgb(206,146,39); }

 H1.HeaderClassName
 {
   color: #CE9227;
 }
 .AnyTagClassName
 {
   color: #CE9227;
 }
</style>
background-color css

<style>
 a { background-color: #CE9227; }

 a { background-color: rgb(206,146,39); }

 div.DivClassName
 {
   background-color: #CE9227;
 }
 .BgClassName
 {
   background-color: #CE9227;
 }
</style>
border-color css

<style>
 span { border-color: #CE9227; }

 span { border-color: rgb(206,146,39); }

 td.TdClassName
 {
   border-color: #CE9227;
 }
 .TagClassName
 {
   border-color: #CE9227;
 }
</style>