Html Css Color HEX #C9B324 Bird Flower

📋 copy color: '#C9B324'

red 201 ◦ green 179 ◦ blue 36

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

Shades of Bird Flower #C9B324

Tints of Bird Flower #C9B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.03%

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

R = 48.32%
G = 43.03%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C9B324 (or 0xC9B324) is known color: Bird Flower. HEX triplet: C9, B3 and 24. RGB value is (201,179,36). Sum of RGB (Red+Green+Blue) = 201+179+36=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B324 is #364CDB. Grayscale: #A9A9A9. Windows color (decimal): -3558620 or 2405321. OLE color: 2405321.

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

Color convert

RGB 201 179 36 -
CMYK 0 0.11 0.82 0.21
HSL 52º 0.7% 0.46% -
HSV(B) 52º 0.82% 0.79% -
XYZ 40.53 44.79 8.18 -
YUV 169.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 201 179 36 0 0.11 0.82 0.21 52 0.7 0.46
Hex C9 B3 24 0 B 52 15 34 46 2E
Octal 311 263 44 0 13 122 25 64 106 56
Binary 11001001 10110011 100100 0 1011 1010010 10101 110100 1000110 101110

Color Harmonies of #C9B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B324

Black with #C9B324

Text Example


Text Example

White with #C9B324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B324; }

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

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

background-color css

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

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

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

border-color css

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

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

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