#D98433

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

Shades of Dixie #D98433

Tints of Dixie #D98433

Color information

#D98433 (or 0xD98433) is unknown color: approx Dixie. HEX triplet: D9, 84 and 33. RGB value is (217,132,51). Sum of RGB (Red+Green+Blue) = 217+132+51=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D98433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98433 is #267BCC. Grayscale: #949494. Windows color (decimal): -2522061 or 3376345. OLE color: 3376345.

HSL color Cylindrical-coordinate representation of color #D98433: hue angle of 29.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D98433 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21713251-
CMYK00.390.760.15
HSL29.28º68.6%52.55%-
HSV(B)29.28º76.5%85.1%-
XYZ37.4631.497.24-
YUV148.1873.16177.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.25%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=54.25%
G=33%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171325100.390.760.1529.2868.652.55
HexD984330274CF1d4535
Octal33120463047114173510565
Binary1101100110000100110011010011110011001111111011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98433; }

 p { color: rgb(217,132,51); }

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

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

 a { background-color: rgb(217,132,51); }

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

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

 span { border-color: rgb(217,132,51); }

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