#DC6C67

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

Shades of Roman #DC6C67

Tints of Roman #DC6C67

Color information

#DC6C67 (or 0xDC6C67) is unknown color: approx Roman. HEX triplet: DC, 6C and 67. RGB value is (220,108,103). Sum of RGB (Red+Green+Blue) = 220+108+103=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C67 is #239398. Grayscale: #8D8D8D. Windows color (decimal): -2331545 or 6778076. OLE color: 6778076.

HSL color Cylindrical-coordinate representation of color #DC6C67: hue angle of 2.56º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6C67 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220108103-
CMYK00.510.530.14
HSL2.56º62.57%63.33%-
HSV(B)2.56º53.18%86.27%-
XYZ37.3326.9216.06-
YUV140.92106.61184.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.04%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=51.04%
G=25.06%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010810300.510.530.142.5662.5763.33
HexDC6C6703335E33f3f
Octal334154147063651637777
Binary11011100110110011001110110011110101111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C67; }

 p { color: rgb(220,108,103); }

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

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

 a { background-color: rgb(220,108,103); }

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

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

 span { border-color: rgb(220,108,103); }

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