Html Css Color HEX #D8825D Burning Sand

📋 copy color: '#D8825D'

red 216 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #D8825D

Tints of Burning Sand #D8825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

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

R = 49.2%
G = 29.61%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8825D (or 0xD8825D) is known color: Burning Sand. HEX triplet: D8, 82 and 5D. RGB value is (216,130,93). Sum of RGB (Red+Green+Blue) = 216+130+93=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8825D is #277DA2. Grayscale: #979797. Windows color (decimal): -2588067 or 6128344. OLE color: 6128344.

HSL color Cylindrical-coordinate representation of color #D8825D: hue angle of 18.05º 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 #D8825D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 93 -
CMYK 0 0.40 0.57 0.15
HSL 18.05º 0.61% 0.61% -
HSV(B) 18.05º 0.57% 0.85% -
XYZ 38.28 31.35 14.39 -
YUV 151.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 216 130 93 0 0.40 0.57 0.15 18.05 0.61 0.61
Hex D8 82 5D 0 28 39 F 12 3D 3D
Octal 330 202 135 0 50 71 17 22 75 75
Binary 11011000 10000010 1011101 0 101000 111001 1111 10010 111101 111101

Color Harmonies of #D8825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8825D

Black with #D8825D

Text Example


Text Example

White with #D8825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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