#CAC85F

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

Shades of Wild Willow #CAC85F

Tints of Wild Willow #CAC85F

Color information

#CAC85F (or 0xCAC85F) is unknown color: approx Wild Willow. HEX triplet: CA, C8 and 5F. RGB value is (202,200,95). Sum of RGB (Red+Green+Blue) = 202+200+95=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC85F is #3537A0. Grayscale: #BDBDBD. Windows color (decimal): -3487649 or 6277322. OLE color: 6277322.

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

Color convert

RGB20220095-
CMYK00.010.530.21
HSL58.88º50.23%58.24%-
HSV(B)58.88º52.97%79.22%-
XYZ47.0854.6918.9-
YUV188.6375.16137.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 95 (37.5% from 255) = 19.11%
R=40.64%
G=40.24%
B=19.11%

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
Decimal2022009500.010.530.2158.8850.2358.24
HexCAC85F0135153b323a
Octal312310137016525736272
Binary110010101100100010111110111010110101111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC85F; }

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

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

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

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

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

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

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

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