Html Css Color HEX #D7805B Burning Sand

📋 copy color: '#D7805B'

red 215 ◦ green 128 ◦ blue 91

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

Shades of Burning Sand #D7805B

Tints of Burning Sand #D7805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 49.54%
G = 29.49%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7805B (or 0xD7805B) is known color: Burning Sand. HEX triplet: D7, 80 and 5B. RGB value is (215,128,91). Sum of RGB (Red+Green+Blue) = 215+128+91=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7805B is #287FA4. Grayscale: #969696. Windows color (decimal): -2654117 or 5996759. OLE color: 5996759.

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

Color convert

RGB 215 128 91 -
CMYK 0 0.40 0.58 0.16
HSL 17.9º 0.61% 0.6% -
HSV(B) 17.9º 0.58% 0.84% -
XYZ 37.63 30.64 13.83 -
YUV 149.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 215 128 91 0 0.40 0.58 0.16 17.9 0.61 0.6
Hex D7 80 5B 0 28 3A 10 12 3D 3C
Octal 327 200 133 0 50 72 20 22 75 74
Binary 11010111 10000000 1011011 0 101000 111010 10000 10010 111101 111100

Color Harmonies of #D7805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7805B

Black with #D7805B

Text Example


Text Example

White with #D7805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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