#CEB10C

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

Shades of Bird Flower #CEB10C

Tints of Bird Flower #CEB10C

Color information

#CEB10C (or 0xCEB10C) is unknown color: approx Bird Flower. HEX triplet: CE, B1 and 0C. RGB value is (206,177,12). Sum of RGB (Red+Green+Blue) = 206+177+12=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB10C is #314EF3. Grayscale: #A7A7A7. Windows color (decimal): -3231476 or 831950. OLE color: 831950.

HSL color Cylindrical-coordinate representation of color #CEB10C: hue angle of 51.03º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEB10C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20617712-
CMYK00.140.940.19
HSL51.03º88.99%42.75%-
HSV(B)51.03º94.17%80.78%-
XYZ41.2444.596.78-
YUV166.8640.61155.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 177 (69.53% from 255) = 44.81%
BLUE value IS 12 (5.08% from 255) = 3.04%
R=52.15%
G=44.81%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061771200.140.940.1951.0388.9942.75
HexCEB1C0E5E1333592b
Octal31626114016136236313153
Binary11001110101100011100011101011110100111100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB10C; }

 p { color: rgb(206,177,12); }

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

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

 a { background-color: rgb(206,177,12); }

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

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

 span { border-color: rgb(206,177,12); }

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