#CAA251

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

Shades of Sundance #CAA251

Tints of Sundance #CAA251

Color information

#CAA251 (or 0xCAA251) is unknown color: approx Sundance. HEX triplet: CA, A2 and 51. RGB value is (202,162,81). Sum of RGB (Red+Green+Blue) = 202+162+81=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA251 is #355DAE. Grayscale: #A5A5A5. Windows color (decimal): -3497391 or 5350090. OLE color: 5350090.

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

Color convert

RGB20216281-
CMYK00.200.600.21
HSL40.17º53.3%55.49%-
HSV(B)40.17º59.9%79.22%-
XYZ38.7638.9913.27-
YUV164.7380.75154.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 81 (32.03% from 255) = 18.20%
R=45.39%
G=36.40%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021628100.200.600.2140.1753.355.49
HexCAA2510143C15283537
Octal3122421210247425506567
Binary1100101010100010101000101010011110010101101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA251; }

 p { color: rgb(202,162,81); }

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

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

 a { background-color: rgb(202,162,81); }

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

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

 span { border-color: rgb(202,162,81); }

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