#C9AD46

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

Shades of Sundance #C9AD46

Tints of Sundance #C9AD46

Color information

#C9AD46 (or 0xC9AD46) is unknown color: approx Sundance. HEX triplet: C9, AD and 46. RGB value is (201,173,70). Sum of RGB (Red+Green+Blue) = 201+173+70=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD46 is #3652B9. Grayscale: #AAAAAA. Windows color (decimal): -3560122 or 4632009. OLE color: 4632009.

HSL color Cylindrical-coordinate representation of color #C9AD46: hue angle of 47.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9AD46 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20117370-
CMYK00.140.650.21
HSL47.18º54.81%53.14%-
HSV(B)47.18º65.17%78.82%-
XYZ40.1442.7511.93-
YUV169.6371.78150.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=45.27%
G=38.96%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011737000.140.650.2147.1854.8153.14
HexC9AD460E41152f3735
Octal31125510601610125576765
Binary1100100110101101100011001110100000110101101111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD46; }

 p { color: rgb(201,173,70); }

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

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

 a { background-color: rgb(201,173,70); }

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

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

 span { border-color: rgb(201,173,70); }

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