Html Css Color HEX #C9B916 Bird Flower

📋 copy color: '#C9B916'

red 201 ◦ green 185 ◦ blue 22

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

Shades of Bird Flower #C9B916

Tints of Bird Flower #C9B916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 49.26%
G = 45.34%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9B916 (or 0xC9B916) is known color: Bird Flower. HEX triplet: C9, B9 and 16. RGB value is (201,185,22). Sum of RGB (Red+Green+Blue) = 201+185+22=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B916 is #3646E9. Grayscale: #ABABAB. Windows color (decimal): -3557098 or 1489353. OLE color: 1489353.

HSL color Cylindrical-coordinate representation of color #C9B916: hue angle of 54.64º 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 #C9B916 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 22 -
CMYK 0 0.08 0.89 0.21
HSL 54.64º 0.8% 0.44% -
HSV(B) 54.64º 0.89% 0.79% -
XYZ 41.58 47.17 7.67 -
YUV 171.2 43.8 149.25 -
System Red Green Blue C M Y K H S L
Decimal 201 185 22 0 0.08 0.89 0.21 54.64 0.8 0.44
Hex C9 B9 16 0 8 59 15 37 50 2C
Octal 311 271 26 0 10 131 25 67 120 54
Binary 11001001 10111001 10110 0 1000 1011001 10101 110111 1010000 101100

Color Harmonies of #C9B916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B916

Black with #C9B916

Text Example


Text Example

White with #C9B916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B916; }

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

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

background-color css

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

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

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

border-color css

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

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

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