#C9AD4B

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

Shades of Sundance #C9AD4B

Tints of Sundance #C9AD4B

Color information

#C9AD4B (or 0xC9AD4B) is unknown color: approx Sundance. HEX triplet: C9, AD and 4B. RGB value is (201,173,75). Sum of RGB (Red+Green+Blue) = 201+173+75=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD4B is #3652B4. Grayscale: #AAAAAA. Windows color (decimal): -3560117 or 4959689. OLE color: 4959689.

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

Color convert

RGB20117375-
CMYK00.140.630.21
HSL46.67º53.85%54.12%-
HSV(B)46.67º62.69%78.82%-
XYZ40.342.8112.8-
YUV170.274.28149.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 75 (29.69% from 255) = 16.70%
R=44.77%
G=38.53%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011737500.140.630.2146.6753.8554.12
HexC9AD4B0E3F152f3636
Octal3112551130167725576666
Binary110010011010110110010110111011111110101101111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD4B; }

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

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

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

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

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

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

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

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