#CAC954

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

Shades of Wild Willow #CAC954

Tints of Wild Willow #CAC954

Color information

#CAC954 (or 0xCAC954) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 54. RGB value is (202,201,84). Sum of RGB (Red+Green+Blue) = 202+201+84=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC954 is #3536AB. Grayscale: #BCBCBC. Windows color (decimal): -3487404 or 5556682. OLE color: 5556682.

HSL color Cylindrical-coordinate representation of color #CAC954: hue angle of 59.49º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAC954 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20220184-
CMYK00.000.580.21
HSL59.49º52.68%56.08%-
HSV(B)59.49º58.42%79.22%-
XYZ46.8454.9716.53-
YUV187.9669.33138.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 201 (78.91% from 255) = 41.27%
BLUE value IS 84 (33.20% from 255) = 17.25%
R=41.48%
G=41.27%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022018400.000.580.2159.4952.6856.08
HexCAC954003A153b3538
Octal312311124007225736570
Binary110010101100100110101000011101010101111011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC954; }

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

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

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

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

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

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

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

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