Html Css Color HEX #D8845D Burning Sand

📋 copy color: '#D8845D'

red 216 ◦ green 132 ◦ blue 93

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

Shades of Burning Sand #D8845D

Tints of Burning Sand #D8845D

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

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

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

R = 48.98%
G = 29.93%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8845D (or 0xD8845D) is known color: Burning Sand. HEX triplet: D8, 84 and 5D. RGB value is (216,132,93). Sum of RGB (Red+Green+Blue) = 216+132+93=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8845D is #277BA2. Grayscale: #989898. Windows color (decimal): -2587555 or 6128856. OLE color: 6128856.

HSL color Cylindrical-coordinate representation of color #D8845D: hue angle of 19.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8845D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 93 -
CMYK 0 0.39 0.57 0.15
HSL 19.02º 0.61% 0.61% -
HSV(B) 19.02º 0.57% 0.85% -
XYZ 38.55 31.89 14.48 -
YUV 152.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 216 132 93 0 0.39 0.57 0.15 19.02 0.61 0.61
Hex D8 84 5D 0 27 39 F 13 3D 3D
Octal 330 204 135 0 47 71 17 23 75 75
Binary 11011000 10000100 1011101 0 100111 111001 1111 10011 111101 111101

Color Harmonies of #D8845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8845D

Black with #D8845D

Text Example


Text Example

White with #D8845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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