#CAA74A

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

Shades of Sundance #CAA74A

Tints of Sundance #CAA74A

Color information

#CAA74A (or 0xCAA74A) is unknown color: approx Sundance. HEX triplet: CA, A7 and 4A. RGB value is (202,167,74). Sum of RGB (Red+Green+Blue) = 202+167+74=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA74A is #3558B5. Grayscale: #A7A7A7. Windows color (decimal): -3496118 or 4892618. OLE color: 4892618.

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

Color convert

RGB20216774-
CMYK00.170.630.21
HSL43.59º54.7%54.12%-
HSV(B)43.59º63.37%79.22%-
XYZ39.4140.6912.25-
YUV166.8675.6153.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 74 (29.30% from 255) = 16.70%
R=45.60%
G=37.70%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021677400.170.630.2143.5954.754.12
HexCAA74A0113F152c3736
Octal3122471120217725546766
Binary1100101010100111100101001000111111110101101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA74A; }

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

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

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

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

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

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

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

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