#CAA74D

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

Shades of Sundance #CAA74D

Tints of Sundance #CAA74D

Color information

#CAA74D (or 0xCAA74D) is unknown color: approx Sundance. HEX triplet: CA, A7 and 4D. RGB value is (202,167,77). Sum of RGB (Red+Green+Blue) = 202+167+77=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA74D is #3558B2. Grayscale: #A7A7A7. Windows color (decimal): -3496115 or 5089226. OLE color: 5089226.

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

Color convert

RGB20216777-
CMYK00.170.620.21
HSL43.2º54.11%54.71%-
HSV(B)43.2º61.88%79.22%-
XYZ39.5240.7312.8-
YUV167.277.1152.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=45.29%
G=37.44%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021677700.170.620.2143.254.1154.71
HexCAA74D0113E152b3637
Octal3122471150217625536667
Binary1100101010100111100110101000111111010101101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA74D; }

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

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

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

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

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

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

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

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