Html Css Color HEX #DB8158 Burning Sand

📋 copy color: '#DB8158'

red 219 ◦ green 129 ◦ blue 88

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

Shades of Burning Sand #DB8158

Tints of Burning Sand #DB8158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

 BLUE value IS 88 (34.77% from 255) = 20.18%

R = 50.23%
G = 29.59%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB8158 (or 0xDB8158) is known color: Burning Sand. HEX triplet: DB, 81 and 58. RGB value is (219,129,88). Sum of RGB (Red+Green+Blue) = 219+129+88=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8158 is #247EA7. Grayscale: #979797. Windows color (decimal): -2391720 or 5800411. OLE color: 5800411.

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

Color convert

RGB 219 129 88 -
CMYK 0 0.41 0.60 0.14
HSL 18.78º 0.65% 0.6% -
HSV(B) 18.78º 0.6% 0.86% -
XYZ 38.83 31.47 13.26 -
YUV 151.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 219 129 88 0 0.41 0.60 0.14 18.78 0.65 0.6
Hex DB 81 58 0 29 3C E 13 41 3C
Octal 333 201 130 0 51 74 16 23 101 74
Binary 11011011 10000001 1011000 0 101001 111100 1110 10011 1000001 111100

Color Harmonies of #DB8158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8158

Black with #DB8158

Text Example


Text Example

White with #DB8158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8158; }

 p { color: rgb(219,129,88); }

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

background-color css

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

 a { background-color: rgb(219,129,88); }

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

border-color css

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

 span { border-color: rgb(219,129,88); }

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