Html Css Color HEX #D2845F Burning Sand

📋 copy color: '#D2845F'

red 210 ◦ green 132 ◦ blue 95

#D2845F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #D2845F

Tints of Burning Sand #D2845F

RGB

 RED value IS 210 (82.42% from 255) = 48.05%

 GREEN value IS 132 (51.95% from 255) = 30.21%

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 48.05%
G = 30.21%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2845F (or 0xD2845F) is known color: Burning Sand. HEX triplet: D2, 84 and 5F. RGB value is (210,132,95). Sum of RGB (Red+Green+Blue) = 210+132+95=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2845F is #2D7BA0. Grayscale: #979797. Windows color (decimal): -2980769 or 6259922. OLE color: 6259922.

HSL color Cylindrical-coordinate representation of color #D2845F: hue angle of 19.3º 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 #D2845F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 95 -
CMYK 0 0.37 0.55 0.18
HSL 19.3º 0.56% 0.6% -
HSV(B) 19.3º 0.55% 0.82% -
XYZ 36.9 31.03 14.87 -
YUV 151.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 210 132 95 0 0.37 0.55 0.18 19.3 0.56 0.6
Hex D2 84 5F 0 25 37 12 13 38 3C
Octal 322 204 137 0 45 67 22 23 70 74
Binary 11010010 10000100 1011111 0 100101 110111 10010 10011 111000 111100

Color Harmonies of #D2845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2845F

Black with #D2845F

Text Example


Text Example

White with #D2845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2845F; }

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

 H1.HeaderClassName
 {
   color: #D2845F;
 }
 .AnyTagClassName
 {
   color: #D2845F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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