Html Css Color HEX #DB8157 Burning Sand

📋 copy color: '#DB8157'

red 219 ◦ green 129 ◦ blue 87

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

Shades of Burning Sand #DB8157

Tints of Burning Sand #DB8157

RGB

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

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

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

R = 50.34%
G = 29.66%
B = 20%

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

#DB8157 (or 0xDB8157) is known color: Burning Sand. HEX triplet: DB, 81 and 57. RGB value is (219,129,87). Sum of RGB (Red+Green+Blue) = 219+129+87=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8157 is #247EA8. Grayscale: #979797. Windows color (decimal): -2391721 or 5734875. OLE color: 5734875.

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

Color convert

RGB 219 129 87 -
CMYK 0 0.41 0.60 0.14
HSL 19.09º 0.65% 0.6% -
HSV(B) 19.09º 0.6% 0.86% -
XYZ 38.78 31.45 13.04 -
YUV 151.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 219 129 87 0 0.41 0.60 0.14 19.09 0.65 0.6
Hex DB 81 57 0 29 3C E 13 41 3C
Octal 333 201 127 0 51 74 16 23 101 74
Binary 11011011 10000001 1010111 0 101001 111100 1110 10011 1000001 111100

Color Harmonies of #DB8157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8157

Black with #DB8157

Text Example


Text Example

White with #DB8157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8157; }

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

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

background-color css

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

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

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

border-color css

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

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

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