Html Css Color HEX #DB8057 Burning Sand

📋 copy color: '#DB8057'

red 219 ◦ green 128 ◦ blue 87

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

Shades of Burning Sand #DB8057

Tints of Burning Sand #DB8057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.05%

R = 50.46%
G = 29.49%
B = 20.05%

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

#DB8057 (or 0xDB8057) is known color: Burning Sand. HEX triplet: DB, 80 and 57. RGB value is (219,128,87). Sum of RGB (Red+Green+Blue) = 219+128+87=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8057 is #247FA8. Grayscale: #969696. Windows color (decimal): -2391977 or 5734619. OLE color: 5734619.

HSL color Cylindrical-coordinate representation of color #DB8057: hue angle of 18.64º 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 #DB8057 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 87 -
CMYK 0 0.42 0.60 0.14
HSL 18.64º 0.65% 0.6% -
HSV(B) 18.64º 0.6% 0.86% -
XYZ 38.65 31.19 13 -
YUV 150.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 219 128 87 0 0.42 0.60 0.14 18.64 0.65 0.6
Hex DB 80 57 0 2A 3C E 13 41 3C
Octal 333 200 127 0 52 74 16 23 101 74
Binary 11011011 10000000 1010111 0 101010 111100 1110 10011 1000001 111100

Color Harmonies of #DB8057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8057

Black with #DB8057

Text Example


Text Example

White with #DB8057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8057; }

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

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

background-color css

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

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

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

border-color css

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

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

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