#CAC667

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

Shades of Wild Willow #CAC667

Tints of Wild Willow #CAC667

Color information

#CAC667 (or 0xCAC667) is unknown color: approx Wild Willow. HEX triplet: CA, C6 and 67. RGB value is (202,198,103). Sum of RGB (Red+Green+Blue) = 202+198+103=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC667 is #353998. Grayscale: #BCBCBC. Windows color (decimal): -3488153 or 6801098. OLE color: 6801098.

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

Color convert

RGB202198103-
CMYK00.020.490.21
HSL57.58º48.29%59.8%-
HSV(B)57.58º49.01%79.22%-
XYZ4753.9220.76-
YUV188.3779.83137.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 103 (40.62% from 255) = 20.48%
R=40.16%
G=39.36%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219810300.020.490.2157.5848.2959.8
HexCAC6670231153a303c
Octal312306147026125726074
Binary1100101011000110110011101011000110101111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC667; }

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

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

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

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

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

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

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

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