Html Css Color HEX #C9B211 Bird Flower

📋 copy color: '#C9B211'

red 201 ◦ green 178 ◦ blue 17

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

Shades of Bird Flower #C9B211

Tints of Bird Flower #C9B211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.95%

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 50.76%
G = 44.95%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9B211 (or 0xC9B211) is known color: Bird Flower. HEX triplet: C9, B2 and 11. RGB value is (201,178,17). Sum of RGB (Red+Green+Blue) = 201+178+17=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B211 is #364DEE. Grayscale: #A7A7A7. Windows color (decimal): -3558895 or 1159881. OLE color: 1159881.

HSL color Cylindrical-coordinate representation of color #C9B211: hue angle of 52.5º degrees, saturation: 0.84, 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 #C9B211 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 178 17 -
CMYK 0 0.11 0.92 0.21
HSL 52.5º 0.84% 0.43% -
HSV(B) 52.5º 0.92% 0.79% -
XYZ 40.11 44.3 6.97 -
YUV 166.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 201 178 17 0 0.11 0.92 0.21 52.5 0.84 0.43
Hex C9 B2 11 0 B 5C 15 34 54 2B
Octal 311 262 21 0 13 134 25 64 124 53
Binary 11001001 10110010 10001 0 1011 1011100 10101 110100 1010100 101011

Color Harmonies of #C9B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B211

Black with #C9B211

Text Example


Text Example

White with #C9B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B211; }

 p { color: rgb(201,178,17); }

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

background-color css

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

 a { background-color: rgb(201,178,17); }

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

border-color css

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

 span { border-color: rgb(201,178,17); }

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