Html Css Color HEX #DB805C Burning Sand

📋 copy color: '#DB805C'

red 219 ◦ green 128 ◦ blue 92

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

Shades of Burning Sand #DB805C

Tints of Burning Sand #DB805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 49.89%
G = 29.16%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB805C (or 0xDB805C) is known color: Burning Sand. HEX triplet: DB, 80 and 5C. RGB value is (219,128,92). Sum of RGB (Red+Green+Blue) = 219+128+92=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB805C is #247FA3. Grayscale: #979797. Windows color (decimal): -2391972 or 6062299. OLE color: 6062299.

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

Color convert

RGB 219 128 92 -
CMYK 0 0.42 0.58 0.14
HSL 17.01º 0.64% 0.61% -
HSV(B) 17.01º 0.58% 0.86% -
XYZ 38.86 31.27 14.11 -
YUV 151.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 219 128 92 0 0.42 0.58 0.14 17.01 0.64 0.61
Hex DB 80 5C 0 2A 3A E 11 40 3D
Octal 333 200 134 0 52 72 16 21 100 75
Binary 11011011 10000000 1011100 0 101010 111010 1110 10001 1000000 111101

Color Harmonies of #DB805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB805C

Black with #DB805C

Text Example


Text Example

White with #DB805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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