#DC685D

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

Shades of Roman #DC685D

Tints of Roman #DC685D

Color information

#DC685D (or 0xDC685D) is unknown color: approx Roman. HEX triplet: DC, 68 and 5D. RGB value is (220,104,93). Sum of RGB (Red+Green+Blue) = 220+104+93=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC685D is #2397A2. Grayscale: #898989. Windows color (decimal): -2332579 or 6121692. OLE color: 6121692.

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

Color convert

RGB22010493-
CMYK00.530.580.14
HSL5.2º64.47%61.37%-
HSV(B)5.2º57.73%86.27%-
XYZ36.4425.9113.44-
YUV137.43102.93186.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.76%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=52.76%
G=24.94%
B=22.30%

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
Decimal2201049300.530.580.145.264.4761.37
HexDC685D0353AE5403d
Octal3341501350657216510075
Binary1101110011010001011101011010111101011101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC685D; }

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

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

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

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

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

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

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

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