#C9B34D

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

Shades of Sundance #C9B34D

Tints of Sundance #C9B34D

Color information

#C9B34D (or 0xC9B34D) is unknown color: approx Sundance. HEX triplet: C9, B3 and 4D. RGB value is (201,179,77). Sum of RGB (Red+Green+Blue) = 201+179+77=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B34D is #364CB2. Grayscale: #AEAEAE. Windows color (decimal): -3558579 or 5092297. OLE color: 5092297.

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

Color convert

RGB20117977-
CMYK00.110.620.21
HSL49.35º53.45%54.51%-
HSV(B)49.35º61.69%78.82%-
XYZ41.5545.1913.55-
YUV173.9573.29147.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=43.98%
G=39.17%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011797700.110.620.2149.3553.4554.51
HexC9B34D0B3E15313537
Octal3112631150137625616567
Binary110010011011001110011010101111111010101110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B34D; }

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

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

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

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

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

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

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

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