Html Css Color HEX #C9AF08 Bird Flower

📋 copy color: '#C9AF08'

red 201 ◦ green 175 ◦ blue 8

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

Shades of Bird Flower #C9AF08

Tints of Bird Flower #C9AF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

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

R = 52.34%
G = 45.57%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9AF08 (or 0xC9AF08) is known color: Bird Flower. HEX triplet: C9, AF and 08. RGB value is (201,175,8). Sum of RGB (Red+Green+Blue) = 201+175+8=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF08 is #3650F7. Grayscale: #A4A4A4. Windows color (decimal): -3559672 or 569289. OLE color: 569289.

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

Color convert

RGB 201 175 8 -
CMYK 0 0.13 0.96 0.21
HSL 51.92º 0.92% 0.41% -
HSV(B) 51.92º 0.96% 0.79% -
XYZ 39.46 43.09 6.47 -
YUV 163.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 201 175 8 0 0.13 0.96 0.21 51.92 0.92 0.41
Hex C9 AF 8 0 D 60 15 34 5C 29
Octal 311 257 10 0 15 140 25 64 134 51
Binary 11001001 10101111 1000 0 1101 1100000 10101 110100 1011100 101001

Color Harmonies of #C9AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF08

Black with #C9AF08

Text Example


Text Example

White with #C9AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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