Html Css Color HEX #DC7E5D Burning Sand

📋 copy color: '#DC7E5D'

red 220 ◦ green 126 ◦ blue 93

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

Shades of Burning Sand #DC7E5D

Tints of Burning Sand #DC7E5D

RGB

 RED value IS 220 (86.33% from 255) = 50.11%

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

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 50.11%
G = 28.7%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC7E5D (or 0xDC7E5D) is known color: Burning Sand. HEX triplet: DC, 7E and 5D. RGB value is (220,126,93). Sum of RGB (Red+Green+Blue) = 220+126+93=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E5D is #2381A2. Grayscale: #969696. Windows color (decimal): -2326947 or 6127324. OLE color: 6127324.

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

Color convert

RGB 220 126 93 -
CMYK 0 0.43 0.58 0.14
HSL 15.59º 0.64% 0.61% -
HSV(B) 15.59º 0.58% 0.86% -
XYZ 38.95 30.93 14.27 -
YUV 150.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 220 126 93 0 0.43 0.58 0.14 15.59 0.64 0.61
Hex DC 7E 5D 0 2B 3A E 10 40 3D
Octal 334 176 135 0 53 72 16 20 100 75
Binary 11011100 1111110 1011101 0 101011 111010 1110 10000 1000000 111101

Color Harmonies of #DC7E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E5D

Black with #DC7E5D

Text Example


Text Example

White with #DC7E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E5D; }

 p { color: rgb(220,126,93); }

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

background-color css

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

 a { background-color: rgb(220,126,93); }

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

border-color css

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

 span { border-color: rgb(220,126,93); }

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