Html Css Color HEX #D7825E Burning Sand

📋 copy color: '#D7825E'

red 215 ◦ green 130 ◦ blue 94

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

Shades of Burning Sand #D7825E

Tints of Burning Sand #D7825E

RGB

 RED value IS 215 (84.38% from 255) = 48.97%

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

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

R = 48.97%
G = 29.61%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7825E (or 0xD7825E) is known color: Burning Sand. HEX triplet: D7, 82 and 5E. RGB value is (215,130,94). Sum of RGB (Red+Green+Blue) = 215+130+94=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7825E is #287DA1. Grayscale: #979797. Windows color (decimal): -2653602 or 6193879. OLE color: 6193879.

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

Color convert

RGB 215 130 94 -
CMYK 0 0.40 0.56 0.16
HSL 17.85º 0.6% 0.61% -
HSV(B) 17.85º 0.56% 0.84% -
XYZ 38.03 31.22 14.61 -
YUV 151.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 215 130 94 0 0.40 0.56 0.16 17.85 0.6 0.61
Hex D7 82 5E 0 28 38 10 12 3C 3D
Octal 327 202 136 0 50 70 20 22 74 75
Binary 11010111 10000010 1011110 0 101000 111000 10000 10010 111100 111101

Color Harmonies of #D7825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7825E

Black with #D7825E

Text Example


Text Example

White with #D7825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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