Html Css Color HEX #DB7F5E Burning Sand

📋 copy color: '#DB7F5E'

red 219 ◦ green 127 ◦ blue 94

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

Shades of Burning Sand #DB7F5E

Tints of Burning Sand #DB7F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 49.77%
G = 28.86%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB7F5E (or 0xDB7F5E) is known color: Burning Sand. HEX triplet: DB, 7F and 5E. RGB value is (219,127,94). Sum of RGB (Red+Green+Blue) = 219+127+94=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F5E is #2480A1. Grayscale: #969696. Windows color (decimal): -2392226 or 6193115. OLE color: 6193115.

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

Color convert

RGB 219 127 94 -
CMYK 0 0.42 0.57 0.14
HSL 15.84º 0.63% 0.61% -
HSV(B) 15.84º 0.57% 0.86% -
XYZ 38.82 31.05 14.54 -
YUV 150.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 219 127 94 0 0.42 0.57 0.14 15.84 0.63 0.61
Hex DB 7F 5E 0 2A 39 E 10 3F 3D
Octal 333 177 136 0 52 71 16 20 77 75
Binary 11011011 1111111 1011110 0 101010 111001 1110 10000 111111 111101

Color Harmonies of #DB7F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F5E

Black with #DB7F5E

Text Example


Text Example

White with #DB7F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F5E; }

 p { color: rgb(219,127,94); }

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

background-color css

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

 a { background-color: rgb(219,127,94); }

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

border-color css

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

 span { border-color: rgb(219,127,94); }

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