#C9B44E

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

Shades of Sundance #C9B44E

Tints of Sundance #C9B44E

Color information

#C9B44E (or 0xC9B44E) is unknown color: approx Sundance. HEX triplet: C9, B4 and 4E. RGB value is (201,180,78). Sum of RGB (Red+Green+Blue) = 201+180+78=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B44E is #364BB1. Grayscale: #AFAFAF. Windows color (decimal): -3558322 or 5158089. OLE color: 5158089.

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

Color convert

RGB20118078-
CMYK00.100.610.21
HSL49.76º53.25%54.71%-
HSV(B)49.76º61.19%78.82%-
XYZ41.7845.6113.81-
YUV174.6573.46146.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 78 (30.86% from 255) = 16.99%
R=43.79%
G=39.22%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011807800.100.610.2149.7653.2554.71
HexC9B44E0A3D15323537
Octal3112641160127525626567
Binary110010011011010010011100101011110110101110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B44E; }

 p { color: rgb(201,180,78); }

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

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

 a { background-color: rgb(201,180,78); }

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

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

 span { border-color: rgb(201,180,78); }

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