#CAC85E

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

Shades of Wild Willow #CAC85E

Tints of Wild Willow #CAC85E

Color information

#CAC85E (or 0xCAC85E) is unknown color: approx Wild Willow. HEX triplet: CA, C8 and 5E. RGB value is (202,200,94). Sum of RGB (Red+Green+Blue) = 202+200+94=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC85E is #3537A1. Grayscale: #BCBCBC. Windows color (decimal): -3487650 or 6211786. OLE color: 6211786.

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

Color convert

RGB20220094-
CMYK00.010.530.21
HSL58.89º50.47%58.04%-
HSV(B)58.89º53.47%79.22%-
XYZ47.0354.6718.66-
YUV188.5174.66137.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=40.73%
G=40.32%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022009400.010.530.2158.8950.4758.04
HexCAC85E0135153b323a
Octal312310136016525736272
Binary110010101100100010111100111010110101111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC85E; }

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

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

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

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

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

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

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

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