Html Css Color HEX #D8825E Burning Sand

📋 copy color: '#D8825E'

red 216 ◦ green 130 ◦ blue 94

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

Shades of Burning Sand #D8825E

Tints of Burning Sand #D8825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 49.09%
G = 29.55%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8825E (or 0xD8825E) is known color: Burning Sand. HEX triplet: D8, 82 and 5E. RGB value is (216,130,94). Sum of RGB (Red+Green+Blue) = 216+130+94=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8825E is #277DA1. Grayscale: #979797. Windows color (decimal): -2588066 or 6193880. OLE color: 6193880.

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

Color convert

RGB 216 130 94 -
CMYK 0 0.40 0.56 0.15
HSL 17.7º 0.61% 0.61% -
HSV(B) 17.7º 0.56% 0.85% -
XYZ 38.32 31.37 14.63 -
YUV 151.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 216 130 94 0 0.40 0.56 0.15 17.7 0.61 0.61
Hex D8 82 5E 0 28 38 F 12 3D 3D
Octal 330 202 136 0 50 70 17 22 75 75
Binary 11011000 10000010 1011110 0 101000 111000 1111 10010 111101 111101

Color Harmonies of #D8825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8825E

Black with #D8825E

Text Example


Text Example

White with #D8825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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