Html Css Color HEX #C9AD04 Bird Flower

📋 copy color: '#C9AD04'

red 201 ◦ green 173 ◦ blue 4

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

Shades of Bird Flower #C9AD04

Tints of Bird Flower #C9AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.77%

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

R = 53.17%
G = 45.77%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C9AD04 (or 0xC9AD04) is known color: Bird Flower. HEX triplet: C9, AD and 04. RGB value is (201,173,4). Sum of RGB (Red+Green+Blue) = 201+173+4=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AD04 is #3652FB. Grayscale: #A2A2A2. Windows color (decimal): -3560188 or 306633. OLE color: 306633.

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

Color convert

RGB 201 173 4 -
CMYK 0 0.14 0.98 0.21
HSL 51.47º 0.96% 0.4% -
HSV(B) 51.47º 0.98% 0.79% -
XYZ 39.05 42.31 6.22 -
YUV 162.11 38.78 155.74 -
System Red Green Blue C M Y K H S L
Decimal 201 173 4 0 0.14 0.98 0.21 51.47 0.96 0.4
Hex C9 AD 4 0 E 62 15 33 60 28
Octal 311 255 4 0 16 142 25 63 140 50
Binary 11001001 10101101 100 0 1110 1100010 10101 110011 1100000 101000

Color Harmonies of #C9AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD04

Black with #C9AD04

Text Example


Text Example

White with #C9AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD04; }

 p { color: rgb(201,173,4); }

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

background-color css

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

 a { background-color: rgb(201,173,4); }

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

border-color css

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

 span { border-color: rgb(201,173,4); }

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