#C9B850

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

Shades of Sundance #C9B850

Tints of Sundance #C9B850

Color information

#C9B850 (or 0xC9B850) is unknown color: approx Sundance. HEX triplet: C9, B8 and 50. RGB value is (201,184,80). Sum of RGB (Red+Green+Blue) = 201+184+80=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B850 is #3647AF. Grayscale: #B1B1B1. Windows color (decimal): -3557296 or 5290185. OLE color: 5290185.

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

Color convert

RGB20118480-
CMYK00.080.600.21
HSL51.57º52.84%55.1%-
HSV(B)51.57º60.2%78.82%-
XYZ42.6847.2814.47-
YUV177.2373.13144.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=43.23%
G=39.57%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011848000.080.600.2151.5752.8455.1
HexC9B850083C15343537
Octal3112701200107425646567
Binary110010011011100010100000100011110010101110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B850; }

 p { color: rgb(201,184,80); }

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

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

 a { background-color: rgb(201,184,80); }

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

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

 span { border-color: rgb(201,184,80); }

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