#CCAD48

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

Shades of Sundance #CCAD48

Tints of Sundance #CCAD48

Color information

#CCAD48 (or 0xCCAD48) is unknown color: approx Sundance. HEX triplet: CC, AD and 48. RGB value is (204,173,72). Sum of RGB (Red+Green+Blue) = 204+173+72=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD48 is #3352B7. Grayscale: #ABABAB. Windows color (decimal): -3363512 or 4763084. OLE color: 4763084.

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

Color convert

RGB20417372-
CMYK00.150.650.2
HSL45.91º56.41%54.12%-
HSV(B)45.91º64.71%80%-
XYZ41.0243.1912.31-
YUV170.7572.27151.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=45.43%
G=38.53%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041737200.150.650.245.9156.4154.12
HexCCAD480F41142e3836
Octal31425511001710124567066
Binary1100110010101101100100001111100000110100101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD48; }

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

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

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

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

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

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

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

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