#CBB905

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

Shades of Bird Flower #CBB905

Tints of Bird Flower #CBB905

Color information

#CBB905 (or 0xCBB905) is unknown color: approx Bird Flower. HEX triplet: CB, B9 and 05. RGB value is (203,185,5). Sum of RGB (Red+Green+Blue) = 203+185+5=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB905 is #3446FA. Grayscale: #AAAAAA. Windows color (decimal): -3426043 or 375243. OLE color: 375243.

HSL color Cylindrical-coordinate representation of color #CBB905: hue angle of 54.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBB905 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB2031855-
CMYK00.090.980.20
HSL54.55º95.19%40.78%-
HSV(B)54.55º97.54%79.61%-
XYZ4247.417.08-
YUV169.8634.96151.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 5 (2.34% from 255) = 1.27%
R=51.65%
G=47.07%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203185500.090.980.2054.5595.1940.78
HexCBB95096214375f29
Octal3132715011142246713751
Binary1100101110111001101010011100010101001101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB905; }

 p { color: rgb(203,185,5); }

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

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

 a { background-color: rgb(203,185,5); }

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

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

 span { border-color: rgb(203,185,5); }

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