Html Css Color HEX #DB8458 Burning Sand

📋 copy color: '#DB8458'

red 219 ◦ green 132 ◦ blue 88

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

Shades of Burning Sand #DB8458

Tints of Burning Sand #DB8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

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

R = 49.89%
G = 30.07%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB8458 (or 0xDB8458) is known color: Burning Sand. HEX triplet: DB, 84 and 58. RGB value is (219,132,88). Sum of RGB (Red+Green+Blue) = 219+132+88=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8458 is #247BA7. Grayscale: #999999. Windows color (decimal): -2390952 or 5801179. OLE color: 5801179.

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

Color convert

RGB 219 132 88 -
CMYK 0 0.40 0.60 0.14
HSL 20.15º 0.65% 0.6% -
HSV(B) 20.15º 0.6% 0.86% -
XYZ 39.23 32.27 13.39 -
YUV 153 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 219 132 88 0 0.40 0.60 0.14 20.15 0.65 0.6
Hex DB 84 58 0 28 3C E 14 41 3C
Octal 333 204 130 0 50 74 16 24 101 74
Binary 11011011 10000100 1011000 0 101000 111100 1110 10100 1000001 111100

Color Harmonies of #DB8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8458

Black with #DB8458

Text Example


Text Example

White with #DB8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8458; }

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

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

background-color css

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

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

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

border-color css

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

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

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