Html Css Color HEX #DB8257 Burning Sand

📋 copy color: '#DB8257'

red 219 ◦ green 130 ◦ blue 87

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

Shades of Burning Sand #DB8257

Tints of Burning Sand #DB8257

RGB

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

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

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

R = 50.23%
G = 29.82%
B = 19.95%

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

#DB8257 (or 0xDB8257) is known color: Burning Sand. HEX triplet: DB, 82 and 57. RGB value is (219,130,87). Sum of RGB (Red+Green+Blue) = 219+130+87=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8257 is #247DA8. Grayscale: #979797. Windows color (decimal): -2391465 or 5735131. OLE color: 5735131.

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

Color convert

RGB 219 130 87 -
CMYK 0 0.41 0.60 0.14
HSL 19.55º 0.65% 0.6% -
HSV(B) 19.55º 0.6% 0.86% -
XYZ 38.92 31.71 13.09 -
YUV 151.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 219 130 87 0 0.41 0.60 0.14 19.55 0.65 0.6
Hex DB 82 57 0 29 3C E 14 41 3C
Octal 333 202 127 0 51 74 16 24 101 74
Binary 11011011 10000010 1010111 0 101001 111100 1110 10100 1000001 111100

Color Harmonies of #DB8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8257

Black with #DB8257

Text Example


Text Example

White with #DB8257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8257; }

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

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

background-color css

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

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

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

border-color css

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

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

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