#CAA548

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

Shades of Sundance #CAA548

Tints of Sundance #CAA548

Color information

#CAA548 (or 0xCAA548) is unknown color: approx Sundance. HEX triplet: CA, A5 and 48. RGB value is (202,165,72). Sum of RGB (Red+Green+Blue) = 202+165+72=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA548 is #355AB7. Grayscale: #A5A5A5. Windows color (decimal): -3496632 or 4761034. OLE color: 4761034.

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

Color convert

RGB20216572-
CMYK00.180.640.21
HSL42.92º55.08%53.73%-
HSV(B)42.92º64.36%79.22%-
XYZ38.9839.9311.78-
YUV165.4675.26154.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=46.01%
G=37.59%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021657200.180.640.2142.9255.0853.73
HexCAA54801240152b3736
Octal31224511002210025536766
Binary11001010101001011001000010010100000010101101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA548; }

 p { color: rgb(202,165,72); }

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

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

 a { background-color: rgb(202,165,72); }

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

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

 span { border-color: rgb(202,165,72); }

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