Html Css Color HEX #C9B720 Bird Flower

📋 copy color: '#C9B720'

red 201 ◦ green 183 ◦ blue 32

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

Shades of Bird Flower #C9B720

Tints of Bird Flower #C9B720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.99%

 BLUE value IS 32 (12.89% from 255) = 7.69%

R = 48.32%
G = 43.99%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9B720 (or 0xC9B720) is known color: Bird Flower. HEX triplet: C9, B7 and 20. RGB value is (201,183,32). Sum of RGB (Red+Green+Blue) = 201+183+32=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B720 is #3648DF. Grayscale: #ABABAB. Windows color (decimal): -3557600 or 2144201. OLE color: 2144201.

HSL color Cylindrical-coordinate representation of color #C9B720: hue angle of 53.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9B720 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 183 32 -
CMYK 0 0.09 0.84 0.21
HSL 53.61º 0.73% 0.46% -
HSV(B) 53.61º 0.84% 0.79% -
XYZ 41.28 46.39 8.14 -
YUV 171.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 201 183 32 0 0.09 0.84 0.21 53.61 0.73 0.46
Hex C9 B7 20 0 9 54 15 36 49 2E
Octal 311 267 40 0 11 124 25 66 111 56
Binary 11001001 10110111 100000 0 1001 1010100 10101 110110 1001001 101110

Color Harmonies of #C9B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B720

Black with #C9B720

Text Example


Text Example

White with #C9B720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B720; }

 p { color: rgb(201,183,32); }

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

background-color css

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

 a { background-color: rgb(201,183,32); }

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

border-color css

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

 span { border-color: rgb(201,183,32); }

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