Html Css Color HEX #DB8357 Burning Sand

📋 copy color: '#DB8357'

red 219 ◦ green 131 ◦ blue 87

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

Shades of Burning Sand #DB8357

Tints of Burning Sand #DB8357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

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

R = 50.11%
G = 29.98%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB8357 (or 0xDB8357) is known color: Burning Sand. HEX triplet: DB, 83 and 57. RGB value is (219,131,87). Sum of RGB (Red+Green+Blue) = 219+131+87=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8357 is #247CA8. Grayscale: #989898. Windows color (decimal): -2391209 or 5735387. OLE color: 5735387.

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

Color convert

RGB 219 131 87 -
CMYK 0 0.40 0.60 0.14
HSL 20º 0.65% 0.6% -
HSV(B) 20º 0.6% 0.86% -
XYZ 39.05 31.98 13.13 -
YUV 152.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 219 131 87 0 0.40 0.60 0.14 20 0.65 0.6
Hex DB 83 57 0 28 3C E 14 41 3C
Octal 333 203 127 0 50 74 16 24 101 74
Binary 11011011 10000011 1010111 0 101000 111100 1110 10100 1000001 111100

Color Harmonies of #DB8357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8357

Black with #DB8357

Text Example


Text Example

White with #DB8357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8357; }

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

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

background-color css

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

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

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

border-color css

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

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

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