Html Css Color HEX #D1845D Burning Sand

📋 copy color: '#D1845D'

red 209 ◦ green 132 ◦ blue 93

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

Shades of Burning Sand #D1845D

Tints of Burning Sand #D1845D

RGB

 RED value IS 209 (82.03% from 255) = 48.16%

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 48.16%
G = 30.41%
B = 21.43%

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

#D1845D (or 0xD1845D) is known color: Burning Sand. HEX triplet: D1, 84 and 5D. RGB value is (209,132,93). Sum of RGB (Red+Green+Blue) = 209+132+93=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1845D is #2E7BA2. Grayscale: #969696. Windows color (decimal): -3046307 or 6128849. OLE color: 6128849.

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

Color convert

RGB 209 132 93 -
CMYK 0 0.37 0.56 0.18
HSL 20.17º 0.56% 0.59% -
HSV(B) 20.17º 0.56% 0.82% -
XYZ 36.52 30.85 14.39 -
YUV 150.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 209 132 93 0 0.37 0.56 0.18 20.17 0.56 0.59
Hex D1 84 5D 0 25 38 12 14 38 3B
Octal 321 204 135 0 45 70 22 24 70 73
Binary 11010001 10000100 1011101 0 100101 111000 10010 10100 111000 111011

Color Harmonies of #D1845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1845D

Black with #D1845D

Text Example


Text Example

White with #D1845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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