#DF8430

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

Shades of West Side #DF8430

Tints of West Side #DF8430

Color information

#DF8430 (or 0xDF8430) is unknown color: approx West Side. HEX triplet: DF, 84 and 30. RGB value is (223,132,48). Sum of RGB (Red+Green+Blue) = 223+132+48=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8430 is #207BCF. Grayscale: #969696. Windows color (decimal): -2128848 or 3179743. OLE color: 3179743.

HSL color Cylindrical-coordinate representation of color #DF8430: hue angle of 28.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8430 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22313248-
CMYK00.410.780.13
HSL28.8º73.22%53.14%-
HSV(B)28.8º78.48%87.45%-
XYZ39.2232.46.98-
YUV149.6370.65180.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.33%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=55.33%
G=32.75%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231324800.410.780.1328.873.2253.14
HexDF84300294ED1d4935
Octal33720460051116153511165
Binary1101111110000100110000010100110011101101111011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8430; }

 p { color: rgb(223,132,48); }

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

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

 a { background-color: rgb(223,132,48); }

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

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

 span { border-color: rgb(223,132,48); }

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