Html Css Color HEX #DB8457 Burning Sand

📋 copy color: '#DB8457'

red 219 ◦ green 132 ◦ blue 87

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

Shades of Burning Sand #DB8457

Tints of Burning Sand #DB8457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.86%

R = 50%
G = 30.14%
B = 19.86%

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

#DB8457 (or 0xDB8457) is known color: Burning Sand. HEX triplet: DB, 84 and 57. RGB value is (219,132,87). Sum of RGB (Red+Green+Blue) = 219+132+87=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8457 is #247BA8. Grayscale: #999999. Windows color (decimal): -2390953 or 5735643. OLE color: 5735643.

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

Color convert

RGB 219 132 87 -
CMYK 0 0.40 0.60 0.14
HSL 20.45º 0.65% 0.6% -
HSV(B) 20.45º 0.6% 0.86% -
XYZ 39.18 32.25 13.18 -
YUV 152.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 219 132 87 0 0.40 0.60 0.14 20.45 0.65 0.6
Hex DB 84 57 0 28 3C E 14 41 3C
Octal 333 204 127 0 50 74 16 24 101 74
Binary 11011011 10000100 1010111 0 101000 111100 1110 10100 1000001 111100

Color Harmonies of #DB8457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8457

Black with #DB8457

Text Example


Text Example

White with #DB8457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8457; }

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

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

background-color css

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

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

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

border-color css

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

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

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