#C9B44F

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

Shades of Sundance #C9B44F

Tints of Sundance #C9B44F

Color information

#C9B44F (or 0xC9B44F) is unknown color: approx Sundance. HEX triplet: C9, B4 and 4F. RGB value is (201,180,79). Sum of RGB (Red+Green+Blue) = 201+180+79=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B44F is #364BB0. Grayscale: #AFAFAF. Windows color (decimal): -3558321 or 5223625. OLE color: 5223625.

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

Color convert

RGB20118079-
CMYK00.100.610.21
HSL49.67º53.04%54.9%-
HSV(B)49.67º60.7%78.82%-
XYZ41.8245.6214-
YUV174.7673.96146.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 79 (31.25% from 255) = 17.17%
R=43.70%
G=39.13%
B=17.17%

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
Decimal2011807900.100.610.2149.6753.0454.9
HexC9B44F0A3D15323537
Octal3112641170127525626567
Binary110010011011010010011110101011110110101110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B44F; }

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

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

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

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

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

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

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

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