Html Css Color HEX #DB8258 Burning Sand

📋 copy color: '#DB8258'

red 219 ◦ green 130 ◦ blue 88

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

Shades of Burning Sand #DB8258

Tints of Burning Sand #DB8258

RGB

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

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

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

R = 50.11%
G = 29.75%
B = 20.14%

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

#DB8258 (or 0xDB8258) is known color: Burning Sand. HEX triplet: DB, 82 and 58. RGB value is (219,130,88). Sum of RGB (Red+Green+Blue) = 219+130+88=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8258 is #247DA7. Grayscale: #989898. Windows color (decimal): -2391464 or 5800667. OLE color: 5800667.

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

Color convert

RGB 219 130 88 -
CMYK 0 0.41 0.60 0.14
HSL 19.24º 0.65% 0.6% -
HSV(B) 19.24º 0.6% 0.86% -
XYZ 38.96 31.73 13.3 -
YUV 151.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 219 130 88 0 0.41 0.60 0.14 19.24 0.65 0.6
Hex DB 82 58 0 29 3C E 13 41 3C
Octal 333 202 130 0 51 74 16 23 101 74
Binary 11011011 10000010 1011000 0 101001 111100 1110 10011 1000001 111100

Color Harmonies of #DB8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8258

Black with #DB8258

Text Example


Text Example

White with #DB8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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