#C9AD4D

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

Shades of Sundance #C9AD4D

Tints of Sundance #C9AD4D

Color information

#C9AD4D (or 0xC9AD4D) is unknown color: approx Sundance. HEX triplet: C9, AD and 4D. RGB value is (201,173,77). Sum of RGB (Red+Green+Blue) = 201+173+77=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD4D is #3652B2. Grayscale: #AAAAAA. Windows color (decimal): -3560115 or 5090761. OLE color: 5090761.

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

Color convert

RGB20117377-
CMYK00.140.620.21
HSL46.45º53.45%54.51%-
HSV(B)46.45º61.69%78.82%-
XYZ40.3742.8413.16-
YUV170.4375.28149.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 77 (30.47% from 255) = 17.07%
R=44.57%
G=38.36%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011737700.140.620.2146.4553.4554.51
HexC9AD4D0E3E152e3537
Octal3112551150167625566567
Binary110010011010110110011010111011111010101101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD4D; }

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

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

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

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

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

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

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

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