#CCAA46

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

Shades of Sundance #CCAA46

Tints of Sundance #CCAA46

Color information

#CCAA46 (or 0xCCAA46) is unknown color: approx Sundance. HEX triplet: CC, AA and 46. RGB value is (204,170,70). Sum of RGB (Red+Green+Blue) = 204+170+70=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA46 is #3355B9. Grayscale: #A9A9A9. Windows color (decimal): -3364282 or 4631244. OLE color: 4631244.

HSL color Cylindrical-coordinate representation of color #CCAA46: hue angle of 44.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCAA46 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20417070-
CMYK00.170.660.2
HSL44.78º56.78%53.73%-
HSV(B)44.78º65.69%80%-
XYZ40.3842.0311.78-
YUV168.7772.26153.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=45.95%
G=38.29%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041707000.170.660.244.7856.7853.73
HexCCAA4601142142d3936
Octal31425210602110224557166
Binary11001100101010101000110010001100001010100101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA46; }

 p { color: rgb(204,170,70); }

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

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

 a { background-color: rgb(204,170,70); }

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

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

 span { border-color: rgb(204,170,70); }

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