#D28330

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

Shades of Dixie #D28330

Tints of Dixie #D28330

Color information

#D28330 (or 0xD28330) is unknown color: approx Dixie. HEX triplet: D2, 83 and 30. RGB value is (210,131,48). Sum of RGB (Red+Green+Blue) = 210+131+48=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D28330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28330 is #2D7CCF. Grayscale: #919191. Windows color (decimal): -2981072 or 3179474. OLE color: 3179474.

HSL color Cylindrical-coordinate representation of color #D28330: hue angle of 30.74º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D28330 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB21013148-
CMYK00.380.770.18
HSL30.74º64.29%50.59%-
HSV(B)30.74º77.14%82.35%-
XYZ35.2330.156.76-
YUV145.1673.17174.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.98%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 48 (19.14% from 255) = 12.34%
R=53.98%
G=33.68%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101314800.380.770.1830.7464.2950.59
HexD283300264D121f4033
Octal32220360046115223710063
Binary11010010100000111100000100110100110110010111111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28330; }

 p { color: rgb(210,131,48); }

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

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

 a { background-color: rgb(210,131,48); }

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

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

 span { border-color: rgb(210,131,48); }

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