Html Css Color HEX #C9B810 Bird Flower

📋 copy color: '#C9B810'

red 201 ◦ green 184 ◦ blue 16

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

Shades of Bird Flower #C9B810

Tints of Bird Flower #C9B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 50.12%
G = 45.89%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9B810 (or 0xC9B810) is known color: Bird Flower. HEX triplet: C9, B8 and 10. RGB value is (201,184,16). Sum of RGB (Red+Green+Blue) = 201+184+16=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B810 is #3647EF. Grayscale: #AAAAAA. Windows color (decimal): -3557360 or 1095881. OLE color: 1095881.

HSL color Cylindrical-coordinate representation of color #C9B810: hue angle of 54.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9B810 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 184 16 -
CMYK 0 0.08 0.92 0.21
HSL 54.49º 0.85% 0.43% -
HSV(B) 54.49º 0.92% 0.79% -
XYZ 41.32 46.74 7.33 -
YUV 169.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 201 184 16 0 0.08 0.92 0.21 54.49 0.85 0.43
Hex C9 B8 10 0 8 5C 15 36 55 2B
Octal 311 270 20 0 10 134 25 66 125 53
Binary 11001001 10111000 10000 0 1000 1011100 10101 110110 1010101 101011

Color Harmonies of #C9B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B810

Black with #C9B810

Text Example


Text Example

White with #C9B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B810; }

 p { color: rgb(201,184,16); }

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

background-color css

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

 a { background-color: rgb(201,184,16); }

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

border-color css

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

 span { border-color: rgb(201,184,16); }

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