#CCA14A

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

Shades of Sundance #CCA14A

Tints of Sundance #CCA14A

Color information

#CCA14A (or 0xCCA14A) is unknown color: approx Sundance. HEX triplet: CC, A1 and 4A. RGB value is (204,161,74). Sum of RGB (Red+Green+Blue) = 204+161+74=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA14A is #335EB5. Grayscale: #A4A4A4. Windows color (decimal): -3366582 or 4891084. OLE color: 4891084.

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

Color convert

RGB20416174-
CMYK00.210.640.2
HSL40.15º56.03%54.51%-
HSV(B)40.15º63.73%80%-
XYZ38.8838.8211.92-
YUV163.9477.25156.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 74 (29.30% from 255) = 16.86%
R=46.47%
G=36.67%
B=16.86%

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
Decimal2041617400.210.640.240.1556.0354.51
HexCCA14A0154014283837
Octal31424111202510024507067
Binary11001100101000011001010010101100000010100101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA14A; }

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

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

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

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

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

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

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

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