#CAC85A

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

Shades of Wild Willow #CAC85A

Tints of Wild Willow #CAC85A

Color information

#CAC85A (or 0xCAC85A) is unknown color: approx Wild Willow. HEX triplet: CA, C8 and 5A. RGB value is (202,200,90). Sum of RGB (Red+Green+Blue) = 202+200+90=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC85A is #3537A5. Grayscale: #BCBCBC. Windows color (decimal): -3487654 or 5949642. OLE color: 5949642.

HSL color Cylindrical-coordinate representation of color #CAC85A: hue angle of 58.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAC85A is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20220090-
CMYK00.010.550.21
HSL58.93º51.38%57.25%-
HSV(B)58.93º55.45%79.22%-
XYZ46.8654.617.74-
YUV188.0672.66137.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=41.06%
G=40.65%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022009000.010.550.2158.9351.3857.25
HexCAC85A0137153b3339
Octal312310132016725736371
Binary110010101100100010110100111011110101111011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC85A; }

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

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

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

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

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

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

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

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