Html Css Color HEX #D7805C Burning Sand

📋 copy color: '#D7805C'

red 215 ◦ green 128 ◦ blue 92

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

Shades of Burning Sand #D7805C

Tints of Burning Sand #D7805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 49.43%
G = 29.43%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7805C (or 0xD7805C) is known color: Burning Sand. HEX triplet: D7, 80 and 5C. RGB value is (215,128,92). Sum of RGB (Red+Green+Blue) = 215+128+92=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7805C is #287FA3. Grayscale: #969696. Windows color (decimal): -2654116 or 6062295. OLE color: 6062295.

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

Color convert

RGB 215 128 92 -
CMYK 0 0.40 0.57 0.16
HSL 17.56º 0.61% 0.6% -
HSV(B) 17.56º 0.57% 0.84% -
XYZ 37.68 30.66 14.06 -
YUV 149.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 215 128 92 0 0.40 0.57 0.16 17.56 0.61 0.6
Hex D7 80 5C 0 28 39 10 12 3D 3C
Octal 327 200 134 0 50 71 20 22 75 74
Binary 11010111 10000000 1011100 0 101000 111001 10000 10010 111101 111100

Color Harmonies of #D7805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7805C

Black with #D7805C

Text Example


Text Example

White with #D7805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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