#CAC75E

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

Shades of Wild Willow #CAC75E

Tints of Wild Willow #CAC75E

Color information

#CAC75E (or 0xCAC75E) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 5E. RGB value is (202,199,94). Sum of RGB (Red+Green+Blue) = 202+199+94=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC75E is #3538A1. Grayscale: #BCBCBC. Windows color (decimal): -3487906 or 6211530. OLE color: 6211530.

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

Color convert

RGB20219994-
CMYK00.010.530.21
HSL58.33º50.47%58.04%-
HSV(B)58.33º53.47%79.22%-
XYZ46.854.2118.59-
YUV187.9374.99138.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 94 (37.11% from 255) = 18.99%
R=40.81%
G=40.20%
B=18.99%

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
Decimal2021999400.010.530.2158.3350.4758.04
HexCAC75E0135153a323a
Octal312307136016525726272
Binary110010101100011110111100111010110101111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC75E; }

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

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

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

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

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

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

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

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