Html Css Color HEX #DC7F57 Burning Sand

📋 copy color: '#DC7F57'

red 220 ◦ green 127 ◦ blue 87

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

Shades of Burning Sand #DC7F57

Tints of Burning Sand #DC7F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.05%

R = 50.69%
G = 29.26%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7F57 (or 0xDC7F57) is known color: Burning Sand. HEX triplet: DC, 7F and 57. RGB value is (220,127,87). Sum of RGB (Red+Green+Blue) = 220+127+87=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F57 is #2380A8. Grayscale: #969696. Windows color (decimal): -2326697 or 5734364. OLE color: 5734364.

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

Color convert

RGB 220 127 87 -
CMYK 0 0.42 0.60 0.14
HSL 18.05º 0.66% 0.6% -
HSV(B) 18.05º 0.6% 0.86% -
XYZ 38.82 31.08 12.97 -
YUV 150.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 220 127 87 0 0.42 0.60 0.14 18.05 0.66 0.6
Hex DC 7F 57 0 2A 3C E 12 42 3C
Octal 334 177 127 0 52 74 16 22 102 74
Binary 11011100 1111111 1010111 0 101010 111100 1110 10010 1000010 111100

Color Harmonies of #DC7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F57

Black with #DC7F57

Text Example


Text Example

White with #DC7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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