Html Css Color HEX #C9B920 Bird Flower

📋 copy color: '#C9B920'

red 201 ◦ green 185 ◦ blue 32

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

Shades of Bird Flower #C9B920

Tints of Bird Flower #C9B920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

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

R = 48.09%
G = 44.26%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9B920 (or 0xC9B920) is known color: Bird Flower. HEX triplet: C9, B9 and 20. RGB value is (201,185,32). Sum of RGB (Red+Green+Blue) = 201+185+32=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B920 is #3646DF. Grayscale: #ACACAC. Windows color (decimal): -3557088 or 2144713. OLE color: 2144713.

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

Color convert

RGB 201 185 32 -
CMYK 0 0.08 0.84 0.21
HSL 54.32º 0.73% 0.46% -
HSV(B) 54.32º 0.84% 0.79% -
XYZ 41.7 47.22 8.28 -
YUV 172.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 201 185 32 0 0.08 0.84 0.21 54.32 0.73 0.46
Hex C9 B9 20 0 8 54 15 36 49 2E
Octal 311 271 40 0 10 124 25 66 111 56
Binary 11001001 10111001 100000 0 1000 1010100 10101 110110 1001001 101110

Color Harmonies of #C9B920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B920

Black with #C9B920

Text Example


Text Example

White with #C9B920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B920; }

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

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

background-color css

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

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

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

border-color css

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

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

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