#DC6A5D

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

Shades of Roman #DC6A5D

Tints of Roman #DC6A5D

Color information

#DC6A5D (or 0xDC6A5D) is unknown color: approx Roman. HEX triplet: DC, 6A and 5D. RGB value is (220,106,93). Sum of RGB (Red+Green+Blue) = 220+106+93=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A5D is #2395A2. Grayscale: #8A8A8A. Windows color (decimal): -2332067 or 6122204. OLE color: 6122204.

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

Color convert

RGB22010693-
CMYK00.520.580.14
HSL6.14º64.47%61.37%-
HSV(B)6.14º57.73%86.27%-
XYZ36.6526.3113.5-
YUV138.6102.27186.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=52.51%
G=25.30%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201069300.520.580.146.1464.4761.37
HexDC6A5D0343AE6403d
Octal3341521350647216610075
Binary1101110011010101011101011010011101011101101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6A5D; }

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

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

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

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

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

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

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

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