#CAC55D

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

Shades of Wild Willow #CAC55D

Tints of Wild Willow #CAC55D

Color information

#CAC55D (or 0xCAC55D) is unknown color: approx Wild Willow. HEX triplet: CA, C5 and 5D. RGB value is (202,197,93). Sum of RGB (Red+Green+Blue) = 202+197+93=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC55D is #353AA2. Grayscale: #BBBBBB. Windows color (decimal): -3488419 or 6145482. OLE color: 6145482.

HSL color Cylindrical-coordinate representation of color #CAC55D: hue angle of 57.25º degrees, saturation: 0.51, 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 #CAC55D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20219793-
CMYK00.020.540.21
HSL57.25º50.7%57.84%-
HSV(B)57.25º53.96%79.22%-
XYZ46.353.2818.2-
YUV186.6475.16138.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=41.06%
G=40.04%
B=18.90%

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
Decimal2021979300.020.540.2157.2550.757.84
HexCAC55D02361539333a
Octal312305135026625716372
Binary1100101011000101101110101011011010101111001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC55D; }

 p { color: rgb(202,197,93); }

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

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

 a { background-color: rgb(202,197,93); }

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

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

 span { border-color: rgb(202,197,93); }

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