Html Css Color HEX #DC7E61 Burning Sand

📋 copy color: '#DC7E61'

red 220 ◦ green 126 ◦ blue 97

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

Shades of Burning Sand #DC7E61

Tints of Burning Sand #DC7E61

RGB

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

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

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

R = 49.66%
G = 28.44%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC7E61 (or 0xDC7E61) is known color: Burning Sand. HEX triplet: DC, 7E and 61. RGB value is (220,126,97). Sum of RGB (Red+Green+Blue) = 220+126+97=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E61 is #23819E. Grayscale: #979797. Windows color (decimal): -2326943 or 6389468. OLE color: 6389468.

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

Color convert

RGB 220 126 97 -
CMYK 0 0.43 0.56 0.14
HSL 14.15º 0.64% 0.62% -
HSV(B) 14.15º 0.56% 0.86% -
XYZ 39.13 31 15.23 -
YUV 150.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 220 126 97 0 0.43 0.56 0.14 14.15 0.64 0.62
Hex DC 7E 61 0 2B 38 E E 40 3E
Octal 334 176 141 0 53 70 16 16 100 76
Binary 11011100 1111110 1100001 0 101011 111000 1110 1110 1000000 111110

Color Harmonies of #DC7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E61

Black with #DC7E61

Text Example


Text Example

White with #DC7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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