Html Css Color HEX #C9AC00 Bird Flower

📋 copy color: '#C9AC00'

red 201 ◦ green 172 ◦ blue 0

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

Shades of Bird Flower #C9AC00

Tints of Bird Flower #C9AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.89%
G = 46.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C9AC00 (or 0xC9AC00) is known color: Bird Flower. HEX triplet: C9, AC and 00. RGB value is (201,172,0). Sum of RGB (Red+Green+Blue) = 201+172+0=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC00 is #3653FF. Grayscale: #A1A1A1. Windows color (decimal): -3560448 or 44233. OLE color: 44233.

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

Color convert

RGB 201 172 0 -
CMYK 0 0.14 1 0.21
HSL 51.34º 1% 0.39% -
HSV(B) 51.34º 1% 0.79% -
XYZ 38.84 41.92 6.04 -
YUV 161.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 201 172 0 0 0.14 1 0.21 51.34 1 0.39
Hex C9 AC 0 0 E 64 15 33 64 27
Octal 311 254 0 0 16 144 25 63 144 47
Binary 11001001 10101100 0 0 1110 1100100 10101 110011 1100100 100111

Color Harmonies of #C9AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC00

Black with #C9AC00

Text Example


Text Example

White with #C9AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC00; }

 p { color: rgb(201,172,0); }

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

background-color css

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

 a { background-color: rgb(201,172,0); }

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

border-color css

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

 span { border-color: rgb(201,172,0); }

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