Html Css Color HEX #CBB008 Bird Flower

📋 copy color: '#CBB008'

red 203 ◦ green 176 ◦ blue 8

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

Shades of Bird Flower #CBB008

Tints of Bird Flower #CBB008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 52.45%
G = 45.48%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBB008 (or 0xCBB008) is known color: Bird Flower. HEX triplet: CB, B0 and 08. RGB value is (203,176,8). Sum of RGB (Red+Green+Blue) = 203+176+8=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB008 is #344FF7. Grayscale: #A5A5A5. Windows color (decimal): -3428344 or 569547. OLE color: 569547.

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

Color convert

RGB 203 176 8 -
CMYK 0 0.13 0.96 0.20
HSL 51.69º 0.92% 0.41% -
HSV(B) 51.69º 0.96% 0.8% -
XYZ 40.2 43.76 6.56 -
YUV 164.92 39.45 155.16 -
System Red Green Blue C M Y K H S L
Decimal 203 176 8 0 0.13 0.96 0.20 51.69 0.92 0.41
Hex CB B0 8 0 D 60 14 34 5C 29
Octal 313 260 10 0 15 140 24 64 134 51
Binary 11001011 10110000 1000 0 1101 1100000 10100 110100 1011100 101001

Color Harmonies of #CBB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB008

Black with #CBB008

Text Example


Text Example

White with #CBB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB008; }

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

 H1.HeaderClassName
 {
   color: #CBB008;
 }
 .AnyTagClassName
 {
   color: #CBB008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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