Html Css Color HEX #D7865F Burning Sand

📋 copy color: '#D7865F'

red 215 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #D7865F

Tints of Burning Sand #D7865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.18%

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 48.42%
G = 30.18%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7865F (or 0xD7865F) is known color: Burning Sand. HEX triplet: D7, 86 and 5F. RGB value is (215,134,95). Sum of RGB (Red+Green+Blue) = 215+134+95=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7865F is #2879A0. Grayscale: #9A9A9A. Windows color (decimal): -2652577 or 6260439. OLE color: 6260439.

HSL color Cylindrical-coordinate representation of color #D7865F: hue angle of 19.5º 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 #D7865F is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 95 -
CMYK 0 0.38 0.56 0.16
HSL 19.5º 0.6% 0.61% -
HSV(B) 19.5º 0.56% 0.84% -
XYZ 38.61 32.32 15.03 -
YUV 153.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 215 134 95 0 0.38 0.56 0.16 19.5 0.6 0.61
Hex D7 86 5F 0 26 38 10 14 3C 3D
Octal 327 206 137 0 46 70 20 24 74 75
Binary 11010111 10000110 1011111 0 100110 111000 10000 10100 111100 111101

Color Harmonies of #D7865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7865F

Black with #D7865F

Text Example


Text Example

White with #D7865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7865F; }

 p { color: rgb(215,134,95); }

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

background-color css

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

 a { background-color: rgb(215,134,95); }

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

border-color css

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

 span { border-color: rgb(215,134,95); }

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