#CAAD55

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

Shades of Sundance #CAAD55

Tints of Sundance #CAAD55

Color information

#CAAD55 (or 0xCAAD55) is unknown color: approx Sundance. HEX triplet: CA, AD and 55. RGB value is (202,173,85). Sum of RGB (Red+Green+Blue) = 202+173+85=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD55 is #3552AA. Grayscale: #ACACAC. Windows color (decimal): -3494571 or 5615050. OLE color: 5615050.

HSL color Cylindrical-coordinate representation of color #CAAD55: hue angle of 45.13º degrees, saturation: 0.52, 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 #CAAD55 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20217385-
CMYK00.140.580.21
HSL45.13º52.47%56.27%-
HSV(B)45.13º57.92%79.22%-
XYZ40.9443.114.76-
YUV171.6479.11149.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=43.91%
G=37.61%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021738500.140.580.2145.1352.4756.27
HexCAAD550E3A152d3438
Octal3122551250167225556470
Binary110010101010110110101010111011101010101101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD55; }

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

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

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

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

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

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

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

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