Html Css Color HEX #DB815F Burning Sand

📋 copy color: '#DB815F'

red 219 ◦ green 129 ◦ blue 95

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

Shades of Burning Sand #DB815F

Tints of Burning Sand #DB815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.44%

R = 49.44%
G = 29.12%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB815F (or 0xDB815F) is known color: Burning Sand. HEX triplet: DB, 81 and 5F. RGB value is (219,129,95). Sum of RGB (Red+Green+Blue) = 219+129+95=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB815F is #247EA0. Grayscale: #989898. Windows color (decimal): -2391713 or 6259163. OLE color: 6259163.

HSL color Cylindrical-coordinate representation of color #DB815F: hue angle of 16.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB815F is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 95 -
CMYK 0 0.41 0.57 0.14
HSL 16.45º 0.63% 0.62% -
HSV(B) 16.45º 0.57% 0.86% -
XYZ 39.13 31.59 14.86 -
YUV 152.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 219 129 95 0 0.41 0.57 0.14 16.45 0.63 0.62
Hex DB 81 5F 0 29 39 E 10 3F 3E
Octal 333 201 137 0 51 71 16 20 77 76
Binary 11011011 10000001 1011111 0 101001 111001 1110 10000 111111 111110

Color Harmonies of #DB815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB815F

Black with #DB815F

Text Example


Text Example

White with #DB815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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