#C9C45D

Color #C9C45D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C9C45D

Tints of Wild Willow #C9C45D

Color information

#C9C45D (or 0xC9C45D) is unknown color: approx Wild Willow. HEX triplet: C9, C4 and 5D. RGB value is (201,196,93). Sum of RGB (Red+Green+Blue) = 201+196+93=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C45D is #363BA2. Grayscale: #BABABA. Windows color (decimal): -3554211 or 6145225. OLE color: 6145225.

HSL color Cylindrical-coordinate representation of color #C9C45D: hue angle of 57.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9C45D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20119693-
CMYK00.020.540.21
HSL57.22º50%57.65%-
HSV(B)57.22º53.73%78.82%-
XYZ45.852.6918.11-
YUV185.7575.66138.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 18.98%
R=41.02%
G=40%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011969300.020.540.2157.225057.65
HexC9C45D02361539323a
Octal311304135026625716272
Binary1100100111000100101110101011011010101111001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C45D; }

 p { color: rgb(201,196,93); }

 H1.HeaderClassName
 {
   color: #C9C45D;
 }
 .AnyTagClassName
 {
   color: #C9C45D;
 }
</style>
background-color css

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

 a { background-color: rgb(201,196,93); }

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

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

 span { border-color: rgb(201,196,93); }

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