#DD6C67

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

Shades of Roman #DD6C67

Tints of Roman #DD6C67

Color information

#DD6C67 (or 0xDD6C67) is unknown color: approx Roman. HEX triplet: DD, 6C and 67. RGB value is (221,108,103). Sum of RGB (Red+Green+Blue) = 221+108+103=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C67 is #229398. Grayscale: #8D8D8D. Windows color (decimal): -2266009 or 6778077. OLE color: 6778077.

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

Color convert

RGB221108103-
CMYK00.510.530.13
HSL2.54º63.44%63.53%-
HSV(B)2.54º53.39%86.67%-
XYZ37.6327.0816.07-
YUV141.22106.44184.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.16%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 23.84%
R=51.16%
G=25%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110810300.510.530.132.5463.4463.53
HexDD6C6703335D33f40
Octal3351541470636515377100
Binary110111011101100110011101100111101011101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C67; }

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

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

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

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

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

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

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

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