#CCA24A

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

Shades of Sundance #CCA24A

Tints of Sundance #CCA24A

Color information

#CCA24A (or 0xCCA24A) is unknown color: approx Sundance. HEX triplet: CC, A2 and 4A. RGB value is (204,162,74). Sum of RGB (Red+Green+Blue) = 204+162+74=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA24A is #335DB5. Grayscale: #A4A4A4. Windows color (decimal): -3366326 or 4891340. OLE color: 4891340.

HSL color Cylindrical-coordinate representation of color #CCA24A: hue angle of 40.62º 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 #CCA24A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20416274-
CMYK00.210.640.2
HSL40.62º56.03%54.51%-
HSV(B)40.62º63.73%80%-
XYZ39.0639.1711.98-
YUV164.5376.91156.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=46.36%
G=36.82%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041627400.210.640.240.6256.0354.51
HexCCA24A0154014293837
Octal31424211202510024517067
Binary11001100101000101001010010101100000010100101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA24A; }

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

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

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

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

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

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

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

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