Html Css Color HEX #C9B008 Bird Flower

📋 copy color: '#C9B008'

red 201 ◦ green 176 ◦ blue 8

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

Shades of Bird Flower #C9B008

Tints of Bird Flower #C9B008

RGB

 RED value IS 201 (78.91% from 255) = 52.21%

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

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

R = 52.21%
G = 45.71%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9B008 (or 0xC9B008) is known color: Bird Flower. HEX triplet: C9, B0 and 08. RGB value is (201,176,8). Sum of RGB (Red+Green+Blue) = 201+176+8=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B008 is #364FF7. Grayscale: #A5A5A5. Windows color (decimal): -3559416 or 569545. OLE color: 569545.

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

Color convert

RGB 201 176 8 -
CMYK 0 0.12 0.96 0.21
HSL 52.23º 0.92% 0.41% -
HSV(B) 52.23º 0.96% 0.79% -
XYZ 39.66 43.49 6.53 -
YUV 164.32 39.78 154.16 -
System Red Green Blue C M Y K H S L
Decimal 201 176 8 0 0.12 0.96 0.21 52.23 0.92 0.41
Hex C9 B0 8 0 C 60 15 34 5C 29
Octal 311 260 10 0 14 140 25 64 134 51
Binary 11001001 10110000 1000 0 1100 1100000 10101 110100 1011100 101001

Color Harmonies of #C9B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B008

Black with #C9B008

Text Example


Text Example

White with #C9B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B008; }

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

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

background-color css

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

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

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

border-color css

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

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

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