Html Css Color HEX #DB7F58 Burning Sand

📋 copy color: '#DB7F58'

red 219 ◦ green 127 ◦ blue 88

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

Shades of Burning Sand #DB7F58

Tints of Burning Sand #DB7F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.28%

R = 50.46%
G = 29.26%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB7F58 (or 0xDB7F58) is known color: Burning Sand. HEX triplet: DB, 7F and 58. RGB value is (219,127,88). Sum of RGB (Red+Green+Blue) = 219+127+88=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F58 is #2480A7. Grayscale: #969696. Windows color (decimal): -2392232 or 5799899. OLE color: 5799899.

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

Color convert

RGB 219 127 88 -
CMYK 0 0.42 0.60 0.14
HSL 17.86º 0.65% 0.6% -
HSV(B) 17.86º 0.6% 0.86% -
XYZ 38.56 30.94 13.17 -
YUV 150.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 219 127 88 0 0.42 0.60 0.14 17.86 0.65 0.6
Hex DB 7F 58 0 2A 3C E 12 41 3C
Octal 333 177 130 0 52 74 16 22 101 74
Binary 11011011 1111111 1011000 0 101010 111100 1110 10010 1000001 111100

Color Harmonies of #DB7F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F58

Black with #DB7F58

Text Example


Text Example

White with #DB7F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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