Html Css Color HEX #DB7D5B Burning Sand

📋 copy color: '#DB7D5B'

red 219 ◦ green 125 ◦ blue 91

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

Shades of Burning Sand #DB7D5B

Tints of Burning Sand #DB7D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

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

R = 50.34%
G = 28.74%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB7D5B (or 0xDB7D5B) is known color: Burning Sand. HEX triplet: DB, 7D and 5B. RGB value is (219,125,91). Sum of RGB (Red+Green+Blue) = 219+125+91=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D5B is #2482A4. Grayscale: #959595. Windows color (decimal): -2392741 or 5995995. OLE color: 5995995.

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

Color convert

RGB 219 125 91 -
CMYK 0 0.43 0.58 0.14
HSL 15.94º 0.64% 0.61% -
HSV(B) 15.94º 0.58% 0.86% -
XYZ 38.44 30.48 13.76 -
YUV 149.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 219 125 91 0 0.43 0.58 0.14 15.94 0.64 0.61
Hex DB 7D 5B 0 2B 3A E 10 40 3D
Octal 333 175 133 0 53 72 16 20 100 75
Binary 11011011 1111101 1011011 0 101011 111010 1110 10000 1000000 111101

Color Harmonies of #DB7D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D5B

Black with #DB7D5B

Text Example


Text Example

White with #DB7D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D5B; }

 p { color: rgb(219,125,91); }

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

background-color css

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

 a { background-color: rgb(219,125,91); }

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

border-color css

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

 span { border-color: rgb(219,125,91); }

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