#DC685C

Color #DC685C Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DC685C

Tints of Roman #DC685C

Color information

#DC685C (or 0xDC685C) is unknown color: approx Roman. HEX triplet: DC, 68 and 5C. RGB value is (220,104,92). Sum of RGB (Red+Green+Blue) = 220+104+92=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC685C is #2397A3. Grayscale: #898989. Windows color (decimal): -2332580 or 6056156. OLE color: 6056156.

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

Color convert

RGB22010492-
CMYK00.530.580.14
HSL5.63º64.65%61.18%-
HSV(B)5.63º58.18%86.27%-
XYZ36.425.8913.2-
YUV137.32102.43186.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.88%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=52.88%
G=25%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201049200.530.580.145.6364.6561.18
HexDC685C0353AE6413d
Octal3341501340657216610175
Binary1101110011010001011100011010111101011101101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC685C; }

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

 H1.HeaderClassName
 {
   color: #DC685C;
 }
 .AnyTagClassName
 {
   color: #DC685C;
 }
</style>
background-color css

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

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

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

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

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

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