Html Css Color HEX #DB7E56 Burning Sand

📋 copy color: '#DB7E56'

red 219 ◦ green 126 ◦ blue 86

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

Shades of Burning Sand #DB7E56

Tints of Burning Sand #DB7E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.95%

R = 50.81%
G = 29.23%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB7E56 (or 0xDB7E56) is known color: Burning Sand. HEX triplet: DB, 7E and 56. RGB value is (219,126,86). Sum of RGB (Red+Green+Blue) = 219+126+86=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E56 is #2481A9. Grayscale: #959595. Windows color (decimal): -2392490 or 5668571. OLE color: 5668571.

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

Color convert

RGB 219 126 86 -
CMYK 0 0.42 0.61 0.14
HSL 18.05º 0.65% 0.6% -
HSV(B) 18.05º 0.61% 0.86% -
XYZ 38.35 30.65 12.7 -
YUV 149.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 219 126 86 0 0.42 0.61 0.14 18.05 0.65 0.6
Hex DB 7E 56 0 2A 3D E 12 41 3C
Octal 333 176 126 0 52 75 16 22 101 74
Binary 11011011 1111110 1010110 0 101010 111101 1110 10010 1000001 111100

Color Harmonies of #DB7E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E56

Black with #DB7E56

Text Example


Text Example

White with #DB7E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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