#CAAD44

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

Shades of Sundance #CAAD44

Tints of Sundance #CAAD44

Color information

#CAAD44 (or 0xCAAD44) is unknown color: approx Sundance. HEX triplet: CA, AD and 44. RGB value is (202,173,68). Sum of RGB (Red+Green+Blue) = 202+173+68=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAD44 is #3552BB. Grayscale: #AAAAAA. Windows color (decimal): -3494588 or 4500938. OLE color: 4500938.

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

Color convert

RGB20217368-
CMYK00.140.660.21
HSL47.01º55.83%52.94%-
HSV(B)47.01º66.34%79.22%-
XYZ40.3442.8611.62-
YUV169.770.61151.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 68 (26.95% from 255) = 15.35%
R=45.60%
G=39.05%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021736800.140.660.2147.0155.8352.94
HexCAAD440E42152f3835
Octal31225510401610225577065
Binary1100101010101101100010001110100001010101101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD44; }

 p { color: rgb(202,173,68); }

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

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

 a { background-color: rgb(202,173,68); }

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

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

 span { border-color: rgb(202,173,68); }

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