Html Css Color HEX #DC7E5A Burning Sand

📋 copy color: '#DC7E5A'

red 220 ◦ green 126 ◦ blue 90

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

Shades of Burning Sand #DC7E5A

Tints of Burning Sand #DC7E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 50.46%
G = 28.9%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC7E5A (or 0xDC7E5A) is known color: Burning Sand. HEX triplet: DC, 7E and 5A. RGB value is (220,126,90). Sum of RGB (Red+Green+Blue) = 220+126+90=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E5A is #2381A5. Grayscale: #969696. Windows color (decimal): -2326950 or 5930716. OLE color: 5930716.

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

Color convert

RGB 220 126 90 -
CMYK 0 0.43 0.59 0.14
HSL 16.62º 0.65% 0.61% -
HSV(B) 16.62º 0.59% 0.86% -
XYZ 38.82 30.88 13.59 -
YUV 150 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 220 126 90 0 0.43 0.59 0.14 16.62 0.65 0.61
Hex DC 7E 5A 0 2B 3B E 11 41 3D
Octal 334 176 132 0 53 73 16 21 101 75
Binary 11011100 1111110 1011010 0 101011 111011 1110 10001 1000001 111101

Color Harmonies of #DC7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E5A

Black with #DC7E5A

Text Example


Text Example

White with #DC7E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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