#C98934

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

Shades of Dixie #C98934

Tints of Dixie #C98934

Color information

#C98934 (or 0xC98934) is unknown color: approx Dixie. HEX triplet: C9, 89 and 34. RGB value is (201,137,52). Sum of RGB (Red+Green+Blue) = 201+137+52=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C98934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98934 is #3676CB. Grayscale: #929292. Windows color (decimal): -3569356 or 3443145. OLE color: 3443145.

HSL color Cylindrical-coordinate representation of color #C98934: hue angle of 34.23º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C98934 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20113752-
CMYK00.320.740.21
HSL34.23º58.89%49.61%-
HSV(B)34.23º74.13%78.82%-
XYZ33.6530.567.37-
YUV146.4574.7166.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 52 (20.70% from 255) = 13.33%
R=51.54%
G=35.13%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011375200.320.740.2134.2358.8949.61
HexC989340204A15223b32
Octal3112116404011225427362
Binary11001001100010011101000100000100101010101100010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98934; }

 p { color: rgb(201,137,52); }

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

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

 a { background-color: rgb(201,137,52); }

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

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

 span { border-color: rgb(201,137,52); }

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