#c9b651

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

Shades of Sundance #C9B651

Tints of Sundance #C9B651

Color information

#C9B651 (or 0xC9B651) is unknown color: approx Sundance. HEX triplet: C9, B6 and 51. RGB value is (201,182,81). Sum of RGB (Red+Green+Blue) = 201+182+81=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B651 is #3649AE. Grayscale: #B0B0B0. Windows color (decimal): -3557807 or 5355209. OLE color: 5355209.

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

Color convert

RGB20118281-
CMYK00.090.600.21
HSL50.5º52.63%55.29%-
HSV(B)50.5º59.7%78.82%-
XYZ42.346.4714.52-
YUV176.1774.29145.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 81 (32.03% from 255) = 17.46%
R=43.32%
G=39.22%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011828100.090.600.2150.552.6355.29
HexC9B651093C15323537
Octal3112661210117425626567
Binary110010011011011010100010100111110010101110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9b651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9b651; }

 p { color: rgb(201,182,81); }

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

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

 a { background-color: rgb(201,182,81); }

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

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

 span { border-color: rgb(201,182,81); }

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