Html Css Color HEX #DB8355 Burning Sand

📋 copy color: '#DB8355'

red 219 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #DB8355

Tints of Burning Sand #DB8355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 50.34%
G = 30.11%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB8355 (or 0xDB8355) is known color: Burning Sand. HEX triplet: DB, 83 and 55. RGB value is (219,131,85). Sum of RGB (Red+Green+Blue) = 219+131+85=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8355 is #247CAA. Grayscale: #989898. Windows color (decimal): -2391211 or 5604315. OLE color: 5604315.

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

Color convert

RGB 219 131 85 -
CMYK 0 0.40 0.61 0.14
HSL 20.6º 0.65% 0.6% -
HSV(B) 20.6º 0.61% 0.86% -
XYZ 38.97 31.95 12.71 -
YUV 152.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 219 131 85 0 0.40 0.61 0.14 20.6 0.65 0.6
Hex DB 83 55 0 28 3D E 15 41 3C
Octal 333 203 125 0 50 75 16 25 101 74
Binary 11011011 10000011 1010101 0 101000 111101 1110 10101 1000001 111100

Color Harmonies of #DB8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8355

Black with #DB8355

Text Example


Text Example

White with #DB8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8355; }

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

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

background-color css

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

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

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

border-color css

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

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

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