#CAC95D

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

Shades of Wild Willow #CAC95D

Tints of Wild Willow #CAC95D

Color information

#CAC95D (or 0xCAC95D) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 5D. RGB value is (202,201,93). Sum of RGB (Red+Green+Blue) = 202+201+93=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC95D is #3536A2. Grayscale: #BDBDBD. Windows color (decimal): -3487395 or 6146506. OLE color: 6146506.

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

Color convert

RGB20220193-
CMYK00.000.540.21
HSL59.45º50.7%57.84%-
HSV(B)59.45º53.96%79.22%-
XYZ47.2255.1218.51-
YUV188.9973.83137.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=40.73%
G=40.52%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022019300.000.540.2159.4550.757.84
HexCAC95D0036153b333a
Octal312311135006625736372
Binary110010101100100110111010011011010101111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC95D; }

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

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

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

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

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

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

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

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