Html Css Color HEX #D7805E Burning Sand

📋 copy color: '#D7805E'

red 215 ◦ green 128 ◦ blue 94

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

Shades of Burning Sand #D7805E

Tints of Burning Sand #D7805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.29%

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

R = 49.2%
G = 29.29%
B = 21.51%

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

#D7805E (or 0xD7805E) is known color: Burning Sand. HEX triplet: D7, 80 and 5E. RGB value is (215,128,94). Sum of RGB (Red+Green+Blue) = 215+128+94=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7805E is #287FA1. Grayscale: #969696. Windows color (decimal): -2654114 or 6193367. OLE color: 6193367.

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

Color convert

RGB 215 128 94 -
CMYK 0 0.40 0.56 0.16
HSL 16.86º 0.6% 0.61% -
HSV(B) 16.86º 0.56% 0.84% -
XYZ 37.76 30.69 14.52 -
YUV 150.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 215 128 94 0 0.40 0.56 0.16 16.86 0.6 0.61
Hex D7 80 5E 0 28 38 10 11 3C 3D
Octal 327 200 136 0 50 70 20 21 74 75
Binary 11010111 10000000 1011110 0 101000 111000 10000 10001 111100 111101

Color Harmonies of #D7805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7805E

Black with #D7805E

Text Example


Text Example

White with #D7805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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