Html Css Color HEX #C9AF02 Bird Flower

📋 copy color: '#C9AF02'

red 201 ◦ green 175 ◦ blue 2

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

Shades of Bird Flower #C9AF02

Tints of Bird Flower #C9AF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 53.17%
G = 46.3%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C9AF02 (or 0xC9AF02) is known color: Bird Flower. HEX triplet: C9, AF and 02. RGB value is (201,175,2). Sum of RGB (Red+Green+Blue) = 201+175+2=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF02 is #3650FD. Grayscale: #A3A3A3. Windows color (decimal): -3559678 or 176073. OLE color: 176073.

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

Color convert

RGB 201 175 2 -
CMYK 0 0.13 0.99 0.21
HSL 52.16º 0.98% 0.4% -
HSV(B) 52.16º 0.99% 0.79% -
XYZ 39.43 43.08 6.29 -
YUV 163.05 37.11 155.07 -
System Red Green Blue C M Y K H S L
Decimal 201 175 2 0 0.13 0.99 0.21 52.16 0.98 0.4
Hex C9 AF 2 0 D 63 15 34 62 28
Octal 311 257 2 0 15 143 25 64 142 50
Binary 11001001 10101111 10 0 1101 1100011 10101 110100 1100010 101000

Color Harmonies of #C9AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF02

Black with #C9AF02

Text Example


Text Example

White with #C9AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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