#CAAD50

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

Shades of Sundance #CAAD50

Tints of Sundance #CAAD50

Color information

#CAAD50 (or 0xCAAD50) is unknown color: approx Sundance. HEX triplet: CA, AD and 50. RGB value is (202,173,80). Sum of RGB (Red+Green+Blue) = 202+173+80=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD50 is #3552AF. Grayscale: #ABABAB. Windows color (decimal): -3494576 or 5287370. OLE color: 5287370.

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

Color convert

RGB20217380-
CMYK00.140.600.21
HSL45.74º53.51%55.29%-
HSV(B)45.74º60.4%79.22%-
XYZ40.7543.0213.75-
YUV171.0776.61150.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=44.40%
G=38.02%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021738000.140.600.2145.7453.5155.29
HexCAAD500E3C152e3637
Octal3122551200167425566667
Binary110010101010110110100000111011110010101101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD50; }

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

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

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

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

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

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

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

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