#CCAD49

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

Shades of Sundance #CCAD49

Tints of Sundance #CCAD49

Color information

#CCAD49 (or 0xCCAD49) is unknown color: approx Sundance. HEX triplet: CC, AD and 49. RGB value is (204,173,73). Sum of RGB (Red+Green+Blue) = 204+173+73=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD49 is #3352B6. Grayscale: #ABABAB. Windows color (decimal): -3363511 or 4828620. OLE color: 4828620.

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

Color convert

RGB20417373-
CMYK00.150.640.2
HSL45.8º56.22%54.31%-
HSV(B)45.8º64.22%80%-
XYZ41.0543.2112.48-
YUV170.8772.77151.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 73 (28.91% from 255) = 16.22%
R=45.33%
G=38.44%
B=16.22%

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
Decimal2041737300.150.640.245.856.2254.31
HexCCAD490F40142e3836
Octal31425511101710024567066
Binary1100110010101101100100101111100000010100101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD49; }

 p { color: rgb(204,173,73); }

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

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

 a { background-color: rgb(204,173,73); }

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

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

 span { border-color: rgb(204,173,73); }

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