#C9B356

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

Shades of Sundance #C9B356

Tints of Sundance #C9B356

Color information

#C9B356 (or 0xC9B356) is unknown color: approx Sundance. HEX triplet: C9, B3 and 56. RGB value is (201,179,86). Sum of RGB (Red+Green+Blue) = 201+179+86=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B356 is #364CA9. Grayscale: #AFAFAF. Windows color (decimal): -3558570 or 5682121. OLE color: 5682121.

HSL color Cylindrical-coordinate representation of color #C9B356: hue angle of 48.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9B356 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB20117986-
CMYK00.110.570.21
HSL48.52º51.57%56.27%-
HSV(B)48.52º57.21%78.82%-
XYZ41.8945.3315.35-
YUV174.9877.79146.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=43.13%
G=38.41%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011798600.110.570.2148.5251.5756.27
HexC9B3560B3915313438
Octal3112631260137125616470
Binary110010011011001110101100101111100110101110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B356; }

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

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

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

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

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

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

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

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