#CCAA44

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

Shades of Sundance #CCAA44

Tints of Sundance #CCAA44

Color information

#CCAA44 (or 0xCCAA44) is unknown color: approx Sundance. HEX triplet: CC, AA and 44. RGB value is (204,170,68). Sum of RGB (Red+Green+Blue) = 204+170+68=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA44 is #3355BB. Grayscale: #A8A8A8. Windows color (decimal): -3364284 or 4500172. OLE color: 4500172.

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

Color convert

RGB20417068-
CMYK00.170.670.2
HSL45º57.14%53.33%-
HSV(B)45º66.67%80%-
XYZ40.324211.45-
YUV168.5471.26153.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 68 (26.95% from 255) = 15.38%
R=46.15%
G=38.46%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041706800.170.670.24557.1453.33
HexCCAA4401143142d3935
Octal31425210402110324557165
Binary11001100101010101000100010001100001110100101101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA44; }

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

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

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

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

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

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

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

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