Html Css Color HEX #C9B620 Bird Flower

📋 copy color: '#C9B620'

red 201 ◦ green 182 ◦ blue 32

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

Shades of Bird Flower #C9B620

Tints of Bird Flower #C9B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.86%

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

R = 48.43%
G = 43.86%
B = 7.71%

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

#C9B620 (or 0xC9B620) is known color: Bird Flower. HEX triplet: C9, B6 and 20. RGB value is (201,182,32). Sum of RGB (Red+Green+Blue) = 201+182+32=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B620 is #3649DF. Grayscale: #ABABAB. Windows color (decimal): -3557856 or 2143945. OLE color: 2143945.

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

Color convert

RGB 201 182 32 -
CMYK 0 0.09 0.84 0.21
HSL 53.25º 0.73% 0.46% -
HSV(B) 53.25º 0.84% 0.79% -
XYZ 41.08 45.98 8.08 -
YUV 170.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 201 182 32 0 0.09 0.84 0.21 53.25 0.73 0.46
Hex C9 B6 20 0 9 54 15 35 49 2E
Octal 311 266 40 0 11 124 25 65 111 56
Binary 11001001 10110110 100000 0 1001 1010100 10101 110101 1001001 101110

Color Harmonies of #C9B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B620

Black with #C9B620

Text Example


Text Example

White with #C9B620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B620; }

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

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

background-color css

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

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

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

border-color css

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

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

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