Html Css Color HEX #DB815C Burning Sand

📋 copy color: '#DB815C'

red 219 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #DB815C

Tints of Burning Sand #DB815C

RGB

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

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

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

R = 49.77%
G = 29.32%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB815C (or 0xDB815C) is known color: Burning Sand. HEX triplet: DB, 81 and 5C. RGB value is (219,129,92). Sum of RGB (Red+Green+Blue) = 219+129+92=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB815C is #247EA3. Grayscale: #979797. Windows color (decimal): -2391716 or 6062555. OLE color: 6062555.

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

Color convert

RGB 219 129 92 -
CMYK 0 0.41 0.58 0.14
HSL 17.48º 0.64% 0.61% -
HSV(B) 17.48º 0.58% 0.86% -
XYZ 39 31.53 14.16 -
YUV 151.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 219 129 92 0 0.41 0.58 0.14 17.48 0.64 0.61
Hex DB 81 5C 0 29 3A E 11 40 3D
Octal 333 201 134 0 51 72 16 21 100 75
Binary 11011011 10000001 1011100 0 101001 111010 1110 10001 1000000 111101

Color Harmonies of #DB815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB815C

Black with #DB815C

Text Example


Text Example

White with #DB815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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