Html Css Color HEX #C9C716 Bird Flower

📋 copy color: '#C9C716'

red 201 ◦ green 199 ◦ blue 22

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

Shades of Bird Flower #C9C716

Tints of Bird Flower #C9C716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.16%

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 47.63%
G = 47.16%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9C716 (or 0xC9C716) is known color: Bird Flower. HEX triplet: C9, C7 and 16. RGB value is (201,199,22). Sum of RGB (Red+Green+Blue) = 201+199+22=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C716 is #3638E9. Grayscale: #B4B4B4. Windows color (decimal): -3553514 or 1492937. OLE color: 1492937.

HSL color Cylindrical-coordinate representation of color #C9C716: hue angle of 59.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9C716 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 199 22 -
CMYK 0 0.01 0.89 0.21
HSL 59.33º 0.8% 0.44% -
HSV(B) 59.33º 0.89% 0.79% -
XYZ 44.66 53.32 8.7 -
YUV 179.42 39.16 143.39 -
System Red Green Blue C M Y K H S L
Decimal 201 199 22 0 0.01 0.89 0.21 59.33 0.8 0.44
Hex C9 C7 16 0 1 59 15 3B 50 2C
Octal 311 307 26 0 1 131 25 73 120 54
Binary 11001001 11000111 10110 0 1 1011001 10101 111011 1010000 101100

Color Harmonies of #C9C716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C716

Black with #C9C716

Text Example


Text Example

White with #C9C716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C716; }

 p { color: rgb(201,199,22); }

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

background-color css

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

 a { background-color: rgb(201,199,22); }

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

border-color css

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

 span { border-color: rgb(201,199,22); }

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