Html Css Color HEX #DB8359 Burning Sand

📋 copy color: '#DB8359'

red 219 ◦ green 131 ◦ blue 89

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

Shades of Burning Sand #DB8359

Tints of Burning Sand #DB8359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.27%

R = 49.89%
G = 29.84%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB8359 (or 0xDB8359) is known color: Burning Sand. HEX triplet: DB, 83 and 59. RGB value is (219,131,89). Sum of RGB (Red+Green+Blue) = 219+131+89=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8359 is #247CA6. Grayscale: #989898. Windows color (decimal): -2391207 or 5866459. OLE color: 5866459.

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

Color convert

RGB 219 131 89 -
CMYK 0 0.40 0.59 0.14
HSL 19.38º 0.64% 0.6% -
HSV(B) 19.38º 0.59% 0.86% -
XYZ 39.13 32.01 13.57 -
YUV 152.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 219 131 89 0 0.40 0.59 0.14 19.38 0.64 0.6
Hex DB 83 59 0 28 3B E 13 40 3C
Octal 333 203 131 0 50 73 16 23 100 74
Binary 11011011 10000011 1011001 0 101000 111011 1110 10011 1000000 111100

Color Harmonies of #DB8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8359

Black with #DB8359

Text Example


Text Example

White with #DB8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8359; }

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

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

background-color css

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

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

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

border-color css

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

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

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