#CAAE4D

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

Shades of Sundance #CAAE4D

Tints of Sundance #CAAE4D

Color information

#CAAE4D (or 0xCAAE4D) is unknown color: approx Sundance. HEX triplet: CA, AE and 4D. RGB value is (202,174,77). Sum of RGB (Red+Green+Blue) = 202+174+77=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE4D is #3551B2. Grayscale: #ABABAB. Windows color (decimal): -3494323 or 5091018. OLE color: 5091018.

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

Color convert

RGB20217477-
CMYK00.140.620.21
HSL46.56º54.11%54.71%-
HSV(B)46.56º61.88%79.22%-
XYZ40.8343.3613.24-
YUV171.3174.78149.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=44.59%
G=38.41%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021747700.140.620.2146.5654.1154.71
HexCAAE4D0E3E152f3637
Octal3122561150167625576667
Binary110010101010111010011010111011111010101101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE4D; }

 p { color: rgb(202,174,77); }

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

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

 a { background-color: rgb(202,174,77); }

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

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

 span { border-color: rgb(202,174,77); }

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