#CAC950

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

Shades of Wild Willow #CAC950

Tints of Wild Willow #CAC950

Color information

#CAC950 (or 0xCAC950) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 50. RGB value is (202,201,80). Sum of RGB (Red+Green+Blue) = 202+201+80=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC950 is #3536AF. Grayscale: #BBBBBB. Windows color (decimal): -3487408 or 5294538. OLE color: 5294538.

HSL color Cylindrical-coordinate representation of color #CAC950: hue angle of 59.51º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC950 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20220180-
CMYK00.000.600.21
HSL59.51º53.51%55.29%-
HSV(B)59.51º60.4%79.22%-
XYZ46.6954.9115.73-
YUV187.567.33138.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=41.82%
G=41.61%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022018000.000.600.2159.5153.5155.29
HexCAC950003C153c3637
Octal312311120007425746667
Binary110010101100100110100000011110010101111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC950; }

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

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

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

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

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

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

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

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