Html Css Color HEX #DB8061 Burning Sand

📋 copy color: '#DB8061'

red 219 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #DB8061

Tints of Burning Sand #DB8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.83%

 BLUE value IS 97 (38.28% from 255) = 21.85%

R = 49.32%
G = 28.83%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8061 (or 0xDB8061) is known color: Burning Sand. HEX triplet: DB, 80 and 61. RGB value is (219,128,97). Sum of RGB (Red+Green+Blue) = 219+128+97=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8061 is #247F9E. Grayscale: #979797. Windows color (decimal): -2391967 or 6389979. OLE color: 6389979.

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

Color convert

RGB 219 128 97 -
CMYK 0 0.42 0.56 0.14
HSL 15.25º 0.63% 0.62% -
HSV(B) 15.25º 0.56% 0.86% -
XYZ 39.09 31.36 15.3 -
YUV 151.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 219 128 97 0 0.42 0.56 0.14 15.25 0.63 0.62
Hex DB 80 61 0 2A 38 E F 3F 3E
Octal 333 200 141 0 52 70 16 17 77 76
Binary 11011011 10000000 1100001 0 101010 111000 1110 1111 111111 111110

Color Harmonies of #DB8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8061

Black with #DB8061

Text Example


Text Example

White with #DB8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8061; }

 p { color: rgb(219,128,97); }

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

background-color css

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

 a { background-color: rgb(219,128,97); }

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

border-color css

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

 span { border-color: rgb(219,128,97); }

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