Html Css Color HEX #DC7F5C Burning Sand

📋 copy color: '#DC7F5C'

red 220 ◦ green 127 ◦ blue 92

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

Shades of Burning Sand #DC7F5C

Tints of Burning Sand #DC7F5C

RGB

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

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

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

R = 50.11%
G = 28.93%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC7F5C (or 0xDC7F5C) is known color: Burning Sand. HEX triplet: DC, 7F and 5C. RGB value is (220,127,92). Sum of RGB (Red+Green+Blue) = 220+127+92=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F5C is #2380A3. Grayscale: #979797. Windows color (decimal): -2326692 or 6062044. OLE color: 6062044.

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

Color convert

RGB 220 127 92 -
CMYK 0 0.42 0.58 0.14
HSL 16.41º 0.65% 0.61% -
HSV(B) 16.41º 0.58% 0.86% -
XYZ 39.04 31.17 14.08 -
YUV 150.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 220 127 92 0 0.42 0.58 0.14 16.41 0.65 0.61
Hex DC 7F 5C 0 2A 3A E 10 41 3D
Octal 334 177 134 0 52 72 16 20 101 75
Binary 11011100 1111111 1011100 0 101010 111010 1110 10000 1000001 111101

Color Harmonies of #DC7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F5C

Black with #DC7F5C

Text Example


Text Example

White with #DC7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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