#CCAE4A

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

Shades of Sundance #CCAE4A

Tints of Sundance #CCAE4A

Color information

#CCAE4A (or 0xCCAE4A) is unknown color: approx Sundance. HEX triplet: CC, AE and 4A. RGB value is (204,174,74). Sum of RGB (Red+Green+Blue) = 204+174+74=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE4A is #3351B5. Grayscale: #ACACAC. Windows color (decimal): -3363254 or 4894412. OLE color: 4894412.

HSL color Cylindrical-coordinate representation of color #CCAE4A: hue angle of 46.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCAE4A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20417474-
CMYK00.150.640.2
HSL46.15º56.03%54.51%-
HSV(B)46.15º63.73%80%-
XYZ41.2743.612.72-
YUV171.5772.94151.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=45.13%
G=38.50%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041747400.150.640.246.1556.0354.51
HexCCAE4A0F40142e3837
Octal31425611201710024567067
Binary1100110010101110100101001111100000010100101110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE4A; }

 p { color: rgb(204,174,74); }

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

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

 a { background-color: rgb(204,174,74); }

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

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

 span { border-color: rgb(204,174,74); }

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