Html Css Color HEX #DB8060 Burning Sand

📋 copy color: '#DB8060'

red 219 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #DB8060

Tints of Burning Sand #DB8060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 49.44%
G = 28.89%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8060 (or 0xDB8060) is known color: Burning Sand. HEX triplet: DB, 80 and 60. RGB value is (219,128,96). Sum of RGB (Red+Green+Blue) = 219+128+96=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8060 is #247F9F. Grayscale: #979797. Windows color (decimal): -2391968 or 6324443. OLE color: 6324443.

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

Color convert

RGB 219 128 96 -
CMYK 0 0.42 0.56 0.14
HSL 15.61º 0.63% 0.62% -
HSV(B) 15.61º 0.56% 0.86% -
XYZ 39.04 31.34 15.06 -
YUV 151.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 219 128 96 0 0.42 0.56 0.14 15.61 0.63 0.62
Hex DB 80 60 0 2A 38 E 10 3F 3E
Octal 333 200 140 0 52 70 16 20 77 76
Binary 11011011 10000000 1100000 0 101010 111000 1110 10000 111111 111110

Color Harmonies of #DB8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8060

Black with #DB8060

Text Example


Text Example

White with #DB8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8060; }

 p { color: rgb(219,128,96); }

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

background-color css

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

 a { background-color: rgb(219,128,96); }

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

border-color css

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

 span { border-color: rgb(219,128,96); }

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