#CBB004

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

Shades of Bird Flower #CBB004

Tints of Bird Flower #CBB004

Color information

#CBB004 (or 0xCBB004) is unknown color: approx Bird Flower. HEX triplet: CB, B0 and 04. RGB value is (203,176,4). Sum of RGB (Red+Green+Blue) = 203+176+4=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB004 is #344FFB. Grayscale: #A5A5A5. Windows color (decimal): -3428348 or 307403. OLE color: 307403.

HSL color Cylindrical-coordinate representation of color #CBB004: hue angle of 51.86º degrees, saturation: 0.96, 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 #CBB004 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB2031764-
CMYK00.130.980.20
HSL51.86º96.14%40.59%-
HSV(B)51.86º98.03%79.61%-
XYZ40.1843.766.44-
YUV164.4637.45155.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=53.00%
G=45.95%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203176400.130.980.2051.8696.1440.59
HexCBB040D6214346029
Octal3132604015142246414051
Binary1100101110110000100011011100010101001101001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB004; }

 p { color: rgb(203,176,4); }

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

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

 a { background-color: rgb(203,176,4); }

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

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

 span { border-color: rgb(203,176,4); }

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