Html Css Color HEX #D7805F Burning Sand

📋 copy color: '#D7805F'

red 215 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #D7805F

Tints of Burning Sand #D7805F

RGB

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

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

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

R = 49.09%
G = 29.22%
B = 21.69%

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

#D7805F (or 0xD7805F) is known color: Burning Sand. HEX triplet: D7, 80 and 5F. RGB value is (215,128,95). Sum of RGB (Red+Green+Blue) = 215+128+95=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7805F is #287FA0. Grayscale: #969696. Windows color (decimal): -2654113 or 6258903. OLE color: 6258903.

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

Color convert

RGB 215 128 95 -
CMYK 0 0.40 0.56 0.16
HSL 16.5º 0.6% 0.61% -
HSV(B) 16.5º 0.56% 0.84% -
XYZ 37.81 30.71 14.76 -
YUV 150.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 215 128 95 0 0.40 0.56 0.16 16.5 0.6 0.61
Hex D7 80 5F 0 28 38 10 10 3C 3D
Octal 327 200 137 0 50 70 20 20 74 75
Binary 11010111 10000000 1011111 0 101000 111000 10000 10000 111100 111101

Color Harmonies of #D7805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7805F

Black with #D7805F

Text Example


Text Example

White with #D7805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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