#CEB909

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

Shades of Bird Flower #CEB909

Tints of Bird Flower #CEB909

Color information

#CEB909 (or 0xCEB909) is unknown color: approx Bird Flower. HEX triplet: CE, B9 and 09. RGB value is (206,185,9). Sum of RGB (Red+Green+Blue) = 206+185+9=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB909 is #3146F6. Grayscale: #ABABAB. Windows color (decimal): -3229431 or 637390. OLE color: 637390.

HSL color Cylindrical-coordinate representation of color #CEB909: hue angle of 53.6º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEB909 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2061859-
CMYK00.100.960.19
HSL53.6º91.63%42.16%-
HSV(B)53.6º95.63%80.78%-
XYZ42.8547.847.23-
YUV171.2236.46152.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 9 (3.91% from 255) = 2.25%
R=51.5%
G=46.25%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206185900.100.960.1953.691.6342.16
HexCEB990A6013365c2a
Octal31627111012140236613452
Binary11001110101110011001010101100000100111101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB909; }

 p { color: rgb(206,185,9); }

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

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

 a { background-color: rgb(206,185,9); }

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

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

 span { border-color: rgb(206,185,9); }

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