Html Css Color HEX #DC7F5E Burning Sand

📋 copy color: '#DC7F5E'

red 220 ◦ green 127 ◦ blue 94

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

Shades of Burning Sand #DC7F5E

Tints of Burning Sand #DC7F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 49.89%
G = 28.8%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC7F5E (or 0xDC7F5E) is known color: Burning Sand. HEX triplet: DC, 7F and 5E. RGB value is (220,127,94). Sum of RGB (Red+Green+Blue) = 220+127+94=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F5E is #2380A1. Grayscale: #979797. Windows color (decimal): -2326690 or 6193116. OLE color: 6193116.

HSL color Cylindrical-coordinate representation of color #DC7F5E: hue angle of 15.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC7F5E is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 94 -
CMYK 0 0.42 0.57 0.14
HSL 15.71º 0.64% 0.62% -
HSV(B) 15.71º 0.57% 0.86% -
XYZ 39.12 31.2 14.55 -
YUV 151.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 220 127 94 0 0.42 0.57 0.14 15.71 0.64 0.62
Hex DC 7F 5E 0 2A 39 E 10 40 3E
Octal 334 177 136 0 52 71 16 20 100 76
Binary 11011100 1111111 1011110 0 101010 111001 1110 10000 1000000 111110

Color Harmonies of #DC7F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F5E

Black with #DC7F5E

Text Example


Text Example

White with #DC7F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F5E; }

 p { color: rgb(220,127,94); }

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

background-color css

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

 a { background-color: rgb(220,127,94); }

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

border-color css

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

 span { border-color: rgb(220,127,94); }

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