#D3875E

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

Shades of Burning Sand #D3875E

Tints of Burning Sand #D3875E

Color information

#D3875E (or 0xD3875E) is unknown color: approx Burning Sand. HEX triplet: D3, 87 and 5E. RGB value is (211,135,94). Sum of RGB (Red+Green+Blue) = 211+135+94=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3875E is #2C78A1. Grayscale: #999999. Windows color (decimal): -2914466 or 6195155. OLE color: 6195155.

HSL color Cylindrical-coordinate representation of color #D3875E: hue angle of 21.03º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3875E is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21113594-
CMYK00.360.550.17
HSL21.03º57.07%59.8%-
HSV(B)21.03º55.45%82.75%-
XYZ37.5531.9814.78-
YUV153.0594.68169.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.95%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 94 (37.11% from 255) = 21.36%
R=47.95%
G=30.68%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111359400.360.550.1721.0357.0759.8
HexD3875E024371115393c
Octal3232071360446721257174
Binary1101001110000111101111001001001101111000110101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3875E; }

 p { color: rgb(211,135,94); }

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

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

 a { background-color: rgb(211,135,94); }

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

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

 span { border-color: rgb(211,135,94); }

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