#CAA346

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

Shades of Sundance #CAA346

Tints of Sundance #CAA346

Color information

#CAA346 (or 0xCAA346) is unknown color: approx Sundance. HEX triplet: CA, A3 and 46. RGB value is (202,163,70). Sum of RGB (Red+Green+Blue) = 202+163+70=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA346 is #355CB9. Grayscale: #A4A4A4. Windows color (decimal): -3497146 or 4629450. OLE color: 4629450.

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

Color convert

RGB20216370-
CMYK00.190.650.21
HSL42.27º55.46%53.33%-
HSV(B)42.27º65.35%79.22%-
XYZ38.5639.1911.33-
YUV164.0674.92155.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=46.44%
G=37.47%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021637000.190.650.2142.2755.4653.33
HexCAA34601341152a3735
Octal31224310602310125526765
Binary11001010101000111000110010011100000110101101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA346; }

 p { color: rgb(202,163,70); }

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

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

 a { background-color: rgb(202,163,70); }

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

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

 span { border-color: rgb(202,163,70); }

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