#CAC459

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

Shades of Wild Willow #CAC459

Tints of Wild Willow #CAC459

Color information

#CAC459 (or 0xCAC459) is unknown color: approx Wild Willow. HEX triplet: CA, C4 and 59. RGB value is (202,196,89). Sum of RGB (Red+Green+Blue) = 202+196+89=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC459 is #353BA6. Grayscale: #BABABA. Windows color (decimal): -3488679 or 5883082. OLE color: 5883082.

HSL color Cylindrical-coordinate representation of color #CAC459: hue angle of 56.81º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAC459 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20219689-
CMYK00.030.560.21
HSL56.81º51.6%57.06%-
HSV(B)56.81º55.94%79.22%-
XYZ45.952.7617.22-
YUV185.673.49139.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 89 (35.16% from 255) = 18.28%
R=41.48%
G=40.25%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021968900.030.560.2156.8151.657.06
HexCAC459033815393439
Octal312304131037025716471
Binary1100101011000100101100101111100010101111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC459; }

 p { color: rgb(202,196,89); }

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

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

 a { background-color: rgb(202,196,89); }

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

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

 span { border-color: rgb(202,196,89); }

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