Html Css Color HEX #DB7E5C Burning Sand

📋 copy color: '#DB7E5C'

red 219 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #DB7E5C

Tints of Burning Sand #DB7E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.83%

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

R = 50.11%
G = 28.83%
B = 21.05%

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

#DB7E5C (or 0xDB7E5C) is known color: Burning Sand. HEX triplet: DB, 7E and 5C. RGB value is (219,126,92). Sum of RGB (Red+Green+Blue) = 219+126+92=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E5C is #2481A3. Grayscale: #969696. Windows color (decimal): -2392484 or 6061787. OLE color: 6061787.

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

Color convert

RGB 219 126 92 -
CMYK 0 0.42 0.58 0.14
HSL 16.06º 0.64% 0.61% -
HSV(B) 16.06º 0.58% 0.86% -
XYZ 38.61 30.75 14.03 -
YUV 149.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 219 126 92 0 0.42 0.58 0.14 16.06 0.64 0.61
Hex DB 7E 5C 0 2A 3A E 10 40 3D
Octal 333 176 134 0 52 72 16 20 100 75
Binary 11011011 1111110 1011100 0 101010 111010 1110 10000 1000000 111101

Color Harmonies of #DB7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E5C

Black with #DB7E5C

Text Example


Text Example

White with #DB7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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