#CBAE06

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

Shades of Bird Flower #CBAE06

Tints of Bird Flower #CBAE06

Color information

#CBAE06 (or 0xCBAE06) is unknown color: approx Bird Flower. HEX triplet: CB, AE and 06. RGB value is (203,174,6). Sum of RGB (Red+Green+Blue) = 203+174+6=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAE06 is #3451F9. Grayscale: #A4A4A4. Windows color (decimal): -3428858 or 437963. OLE color: 437963.

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

Color convert

RGB2031746-
CMYK00.140.970.20
HSL51.17º94.26%40.98%-
HSV(B)51.17º97.04%79.61%-
XYZ39.842.986.37-
YUV163.5239.11156.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=53.00%
G=45.43%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203174600.140.970.2051.1794.2640.98
HexCBAE60E6114335e29
Octal3132566016141246313651
Binary1100101110101110110011101100001101001100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE06; }

 p { color: rgb(203,174,6); }

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

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

 a { background-color: rgb(203,174,6); }

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

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

 span { border-color: rgb(203,174,6); }

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