#CAC65E

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

Shades of Wild Willow #CAC65E

Tints of Wild Willow #CAC65E

Color information

#CAC65E (or 0xCAC65E) is unknown color: approx Wild Willow. HEX triplet: CA, C6 and 5E. RGB value is (202,198,94). Sum of RGB (Red+Green+Blue) = 202+198+94=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC65E is #3539A1. Grayscale: #BBBBBB. Windows color (decimal): -3488162 or 6211274. OLE color: 6211274.

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

Color convert

RGB20219894-
CMYK00.020.530.21
HSL57.78º50.47%58.04%-
HSV(B)57.78º53.47%79.22%-
XYZ46.5753.7518.51-
YUV187.3475.33138.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 94 (37.11% from 255) = 19.03%
R=40.89%
G=40.08%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021989400.020.530.2157.7850.4758.04
HexCAC65E0235153a323a
Octal312306136026525726272
Binary1100101011000110101111001011010110101111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC65E; }

 p { color: rgb(202,198,94); }

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

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

 a { background-color: rgb(202,198,94); }

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

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

 span { border-color: rgb(202,198,94); }

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