#CCA24B

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

Shades of Sundance #CCA24B

Tints of Sundance #CCA24B

Color information

#CCA24B (or 0xCCA24B) is unknown color: approx Sundance. HEX triplet: CC, A2 and 4B. RGB value is (204,162,75). Sum of RGB (Red+Green+Blue) = 204+162+75=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA24B is #335DB4. Grayscale: #A5A5A5. Windows color (decimal): -3366325 or 4956876. OLE color: 4956876.

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

Color convert

RGB20416275-
CMYK00.210.630.2
HSL40.47º55.84%54.71%-
HSV(B)40.47º63.24%80%-
XYZ39.0939.1912.16-
YUV164.6477.41156.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=46.26%
G=36.73%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041627500.210.630.240.4755.8454.71
HexCCA24B0153F14283837
Octal3142421130257724507067
Binary1100110010100010100101101010111111110100101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA24B; }

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

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

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

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

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

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

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

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