#C9A54B

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

Shades of Sundance #C9A54B

Tints of Sundance #C9A54B

Color information

#C9A54B (or 0xC9A54B) is unknown color: approx Sundance. HEX triplet: C9, A5 and 4B. RGB value is (201,165,75). Sum of RGB (Red+Green+Blue) = 201+165+75=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A54B is #365AB4. Grayscale: #A5A5A5. Windows color (decimal): -3562165 or 4957641. OLE color: 4957641.

HSL color Cylindrical-coordinate representation of color #C9A54B: hue angle of 42.86º 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 #C9A54B is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20116575-
CMYK00.180.630.21
HSL42.86º53.85%54.12%-
HSV(B)42.86º62.69%78.82%-
XYZ38.8139.8412.3-
YUV165.576.93153.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=45.58%
G=37.41%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011657500.180.630.2142.8653.8554.12
HexC9A54B0123F152b3636
Octal3112451130227725536666
Binary1100100110100101100101101001011111110101101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A54B; }

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

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

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

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

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

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

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

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