Html Css Color HEX #DB7E59 Burning Sand

📋 copy color: '#DB7E59'

red 219 ◦ green 126 ◦ blue 89

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

Shades of Burning Sand #DB7E59

Tints of Burning Sand #DB7E59

RGB

 RED value IS 219 (85.94% from 255) = 50.46%

 GREEN value IS 126 (49.61% from 255) = 29.03%

 BLUE value IS 89 (35.16% from 255) = 20.51%

R = 50.46%
G = 29.03%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB7E59 (or 0xDB7E59) is known color: Burning Sand. HEX triplet: DB, 7E and 59. RGB value is (219,126,89). Sum of RGB (Red+Green+Blue) = 219+126+89=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E59 is #2481A6. Grayscale: #959595. Windows color (decimal): -2392487 or 5865179. OLE color: 5865179.

HSL color Cylindrical-coordinate representation of color #DB7E59: hue angle of 17.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB7E59 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 89 -
CMYK 0 0.42 0.59 0.14
HSL 17.08º 0.64% 0.6% -
HSV(B) 17.08º 0.59% 0.86% -
XYZ 38.48 30.7 13.35 -
YUV 149.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 219 126 89 0 0.42 0.59 0.14 17.08 0.64 0.6
Hex DB 7E 59 0 2A 3B E 11 40 3C
Octal 333 176 131 0 52 73 16 21 100 74
Binary 11011011 1111110 1011001 0 101010 111011 1110 10001 1000000 111100

Color Harmonies of #DB7E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E59

Black with #DB7E59

Text Example


Text Example

White with #DB7E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E59; }

 p { color: rgb(219,126,89); }

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

background-color css

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

 a { background-color: rgb(219,126,89); }

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

border-color css

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

 span { border-color: rgb(219,126,89); }

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