#CBBD09

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

Shades of Bird Flower #CBBD09

Tints of Bird Flower #CBBD09

Color information

#CBBD09 (or 0xCBBD09) is unknown color: approx Bird Flower. HEX triplet: CB, BD and 09. RGB value is (203,189,9). Sum of RGB (Red+Green+Blue) = 203+189+9=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBD09 is #3442F6. Grayscale: #ADADAD. Windows color (decimal): -3425015 or 638411. OLE color: 638411.

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

Color convert

RGB2031899-
CMYK00.070.960.20
HSL55.67º91.51%41.57%-
HSV(B)55.67º95.57%79.61%-
XYZ42.8849.117.48-
YUV172.6735.64149.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 9 (3.91% from 255) = 2.24%
R=50.62%
G=47.13%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203189900.070.960.2055.6791.5141.57
HexCBBD9076014385c2a
Octal3132751107140247013452
Binary1100101110111101100101111100000101001110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD09; }

 p { color: rgb(203,189,9); }

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

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

 a { background-color: rgb(203,189,9); }

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

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

 span { border-color: rgb(203,189,9); }

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