Html Css Color HEX #C9B624 Bird Flower

📋 copy color: '#C9B624'

red 201 ◦ green 182 ◦ blue 36

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

Shades of Bird Flower #C9B624

Tints of Bird Flower #C9B624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.59%

R = 47.97%
G = 43.44%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C9B624 (or 0xC9B624) is known color: Bird Flower. HEX triplet: C9, B6 and 24. RGB value is (201,182,36). Sum of RGB (Red+Green+Blue) = 201+182+36=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B624 is #3649DB. Grayscale: #ABABAB. Windows color (decimal): -3557852 or 2406089. OLE color: 2406089.

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

Color convert

RGB 201 182 36 -
CMYK 0 0.09 0.82 0.21
HSL 53.09º 0.7% 0.46% -
HSV(B) 53.09º 0.82% 0.79% -
XYZ 41.13 46 8.38 -
YUV 171.04 51.79 149.37 -
System Red Green Blue C M Y K H S L
Decimal 201 182 36 0 0.09 0.82 0.21 53.09 0.7 0.46
Hex C9 B6 24 0 9 52 15 35 46 2E
Octal 311 266 44 0 11 122 25 65 106 56
Binary 11001001 10110110 100100 0 1001 1010010 10101 110101 1000110 101110

Color Harmonies of #C9B624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B624

Black with #C9B624

Text Example


Text Example

White with #C9B624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B624; }

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

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

background-color css

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

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

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

border-color css

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

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

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