Html Css Color HEX #D2845D Burning Sand

📋 copy color: '#D2845D'

red 210 ◦ green 132 ◦ blue 93

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

Shades of Burning Sand #D2845D

Tints of Burning Sand #D2845D

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 value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2845D (or 0xD2845D) is known color: 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

RGB 210 132 93 -
CMYK 0 0.37 0.56 0.18
HSL 20º 0.57% 0.59% -
HSV(B) 20º 0.56% 0.82% -
XYZ 36.81 30.99 14.4 -
YUV 150.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 210 132 93 0 0.37 0.56 0.18 20 0.57 0.59
Hex D2 84 5D 0 25 38 12 14 39 3B
Octal 322 204 135 0 45 70 22 24 71 73
Binary 11010010 10000100 1011101 0 100101 111000 10010 10100 111001 111011

Color Harmonies of #D2845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2845D

Black with #D2845D

Text Example


Text Example

White with #D2845D

Text Example


Text Example

HTML Codes & Css Web 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>