Html Css Color HEX #CBB004 Bird Flower

📋 copy color: '#CBB004'

red 203 ◦ green 176 ◦ blue 4

#CBB004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CBB004

Tints of Bird Flower #CBB004

RGB

 RED value IS 203 (79.69% from 255) = 53%

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 53%
G = 45.95%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBB004 (or 0xCBB004) is known color: 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

RGB 203 176 4 -
CMYK 0 0.13 0.98 0.20
HSL 51.86º 0.96% 0.41% -
HSV(B) 51.86º 0.98% 0.8% -
XYZ 40.18 43.76 6.44 -
YUV 164.47 37.45 155.49 -
System Red Green Blue C M Y K H S L
Decimal 203 176 4 0 0.13 0.98 0.20 51.86 0.96 0.41
Hex CB B0 4 0 D 62 14 34 60 29
Octal 313 260 4 0 15 142 24 64 140 51
Binary 11001011 10110000 100 0 1101 1100010 10100 110100 1100000 101001

Color Harmonies of #CBB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB004

Black with #CBB004

Text Example


Text Example

White with #CBB004

Text Example


Text Example

HTML Codes & Css Web 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>