#D2845D

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

Shades of Burning Sand #D2845D

Tints of Burning Sand #D2845D

Color information

#D2845D (or 0xD2845D) is unknown color: approx Burning Sand. HEX triplet: D2, 84 and 5D. RGB value is (210,132,93). Sum of RGB (Red+Green+Blue) = 210+132+93=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2845D is #2D7BA2. Grayscale: #979797. Windows color (decimal): -2980771 or 6128850. OLE color: 6128850.

HSL color Cylindrical-coordinate representation of color #D2845D: hue angle of 20º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2845D is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21013293-
CMYK00.370.560.18
HSL20º56.52%59.41%-
HSV(B)20º55.71%82.35%-
XYZ36.8130.9914.4-
YUV150.8895.34170.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=48.28%
G=30.34%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101329300.370.560.182056.5259.41
HexD2845D025381214393b
Octal3222041350457022247173
Binary1101001010000100101110101001011110001001010100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2845D; }

 p { color: rgb(210,132,93); }

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

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

 a { background-color: rgb(210,132,93); }

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

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

 span { border-color: rgb(210,132,93); }

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