Html Css Color HEX #DC7E5C Burning Sand

📋 copy color: '#DC7E5C'

red 220 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #DC7E5C

Tints of Burning Sand #DC7E5C

RGB

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

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

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

R = 50.23%
G = 28.77%
B = 21%

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

#DC7E5C (or 0xDC7E5C) is known color: Burning Sand. HEX triplet: DC, 7E and 5C. RGB value is (220,126,92). Sum of RGB (Red+Green+Blue) = 220+126+92=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E5C is #2381A3. Grayscale: #969696. Windows color (decimal): -2326948 or 6061788. OLE color: 6061788.

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

Color convert

RGB 220 126 92 -
CMYK 0 0.43 0.58 0.14
HSL 15.94º 0.65% 0.61% -
HSV(B) 15.94º 0.58% 0.86% -
XYZ 38.91 30.91 14.04 -
YUV 150.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 220 126 92 0 0.43 0.58 0.14 15.94 0.65 0.61
Hex DC 7E 5C 0 2B 3A E 10 41 3D
Octal 334 176 134 0 53 72 16 20 101 75
Binary 11011100 1111110 1011100 0 101011 111010 1110 10000 1000001 111101

Color Harmonies of #DC7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E5C

Black with #DC7E5C

Text Example


Text Example

White with #DC7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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