Html Css Color HEX #DB8259 Burning Sand

📋 copy color: '#DB8259'

red 219 ◦ green 130 ◦ blue 89

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

Shades of Burning Sand #DB8259

Tints of Burning Sand #DB8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

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

R = 50%
G = 29.68%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB8259 (or 0xDB8259) is known color: Burning Sand. HEX triplet: DB, 82 and 59. RGB value is (219,130,89). Sum of RGB (Red+Green+Blue) = 219+130+89=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8259 is #247DA6. Grayscale: #989898. Windows color (decimal): -2391463 or 5866203. OLE color: 5866203.

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

Color convert

RGB 219 130 89 -
CMYK 0 0.41 0.59 0.14
HSL 18.92º 0.64% 0.6% -
HSV(B) 18.92º 0.59% 0.86% -
XYZ 39 31.75 13.52 -
YUV 151.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 219 130 89 0 0.41 0.59 0.14 18.92 0.64 0.6
Hex DB 82 59 0 29 3B E 13 40 3C
Octal 333 202 131 0 51 73 16 23 100 74
Binary 11011011 10000010 1011001 0 101001 111011 1110 10011 1000000 111100

Color Harmonies of #DB8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8259

Black with #DB8259

Text Example


Text Example

White with #DB8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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