#D2825F

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

Shades of Burning Sand #D2825F

Tints of Burning Sand #D2825F

Color information

#D2825F (or 0xD2825F) is unknown color: approx Burning Sand. HEX triplet: D2, 82 and 5F. RGB value is (210,130,95). Sum of RGB (Red+Green+Blue) = 210+130+95=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2825F is #2D7DA0. Grayscale: #969696. Windows color (decimal): -2981281 or 6259410. OLE color: 6259410.

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

Color convert

RGB21013095-
CMYK00.380.550.18
HSL18.26º56.1%59.8%-
HSV(B)18.26º54.76%82.35%-
XYZ36.6330.4914.78-
YUV149.9397170.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=48.28%
G=29.89%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101309500.380.550.1818.2656.159.8
HexD2825F026371212383c
Octal3222021370466722227074
Binary1101001010000010101111101001101101111001010010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2825F; }

 p { color: rgb(210,130,95); }

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

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

 a { background-color: rgb(210,130,95); }

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

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

 span { border-color: rgb(210,130,95); }

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