#DC6D67

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

Shades of Roman #DC6D67

Tints of Roman #DC6D67

Color information

#DC6D67 (or 0xDC6D67) is unknown color: approx Roman. HEX triplet: DC, 6D and 67. RGB value is (220,109,103). Sum of RGB (Red+Green+Blue) = 220+109+103=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D67 is #239298. Grayscale: #8D8D8D. Windows color (decimal): -2331289 or 6778332. OLE color: 6778332.

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

Color convert

RGB220109103-
CMYK00.500.530.14
HSL3.08º62.57%63.33%-
HSV(B)3.08º53.18%86.27%-
XYZ37.4327.1316.1-
YUV141.5106.27183.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 103 (40.62% from 255) = 23.84%
R=50.93%
G=25.23%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010910300.500.530.143.0862.5763.33
HexDC6D6703235E33f3f
Octal334155147062651637777
Binary11011100110110111001110110010110101111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D67; }

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

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

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

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

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

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

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

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