Html Css Color HEX #C9AD01 Bird Flower

📋 copy color: '#C9AD01'

red 201 ◦ green 173 ◦ blue 1

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

Shades of Bird Flower #C9AD01

Tints of Bird Flower #C9AD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 53.6%
G = 46.13%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C9AD01 (or 0xC9AD01) is known color: Bird Flower. HEX triplet: C9, AD and 01. RGB value is (201,173,1). Sum of RGB (Red+Green+Blue) = 201+173+1=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AD01 is #3652FE. Grayscale: #A2A2A2. Windows color (decimal): -3560191 or 110025. OLE color: 110025.

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

Color convert

RGB 201 173 1 -
CMYK 0 0.14 1.00 0.21
HSL 51.6º 0.99% 0.4% -
HSV(B) 51.6º 1% 0.79% -
XYZ 39.04 42.31 6.14 -
YUV 161.76 37.28 155.99 -
System Red Green Blue C M Y K H S L
Decimal 201 173 1 0 0.14 1.00 0.21 51.6 0.99 0.4
Hex C9 AD 1 0 E 64 15 34 63 28
Octal 311 255 1 0 16 144 25 64 143 50
Binary 11001001 10101101 1 0 1110 1100100 10101 110100 1100011 101000

Color Harmonies of #C9AD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD01

Black with #C9AD01

Text Example


Text Example

White with #C9AD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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