Html Css Color HEX #C9B511 Bird Flower

📋 copy color: '#C9B511'

red 201 ◦ green 181 ◦ blue 17

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

Shades of Bird Flower #C9B511

Tints of Bird Flower #C9B511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 50.38%
G = 45.36%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9B511 (or 0xC9B511) is known color: Bird Flower. HEX triplet: C9, B5 and 11. RGB value is (201,181,17). Sum of RGB (Red+Green+Blue) = 201+181+17=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B511 is #364AEE. Grayscale: #A8A8A8. Windows color (decimal): -3558127 or 1160649. OLE color: 1160649.

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

Color convert

RGB 201 181 17 -
CMYK 0 0.10 0.92 0.21
HSL 53.48º 0.84% 0.43% -
HSV(B) 53.48º 0.92% 0.79% -
XYZ 40.71 45.51 7.17 -
YUV 168.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 201 181 17 0 0.10 0.92 0.21 53.48 0.84 0.43
Hex C9 B5 11 0 A 5C 15 35 54 2B
Octal 311 265 21 0 12 134 25 65 124 53
Binary 11001001 10110101 10001 0 1010 1011100 10101 110101 1010100 101011

Color Harmonies of #C9B511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B511

Black with #C9B511

Text Example


Text Example

White with #C9B511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B511; }

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

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

background-color css

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

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

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

border-color css

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

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

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