#DD6A67

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

Shades of Roman #DD6A67

Tints of Roman #DD6A67

Color information

#DD6A67 (or 0xDD6A67) is unknown color: approx Roman. HEX triplet: DD, 6A and 67. RGB value is (221,106,103). Sum of RGB (Red+Green+Blue) = 221+106+103=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A67 is #229598. Grayscale: #8C8C8C. Windows color (decimal): -2266521 or 6777565. OLE color: 6777565.

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

Color convert

RGB221106103-
CMYK00.520.530.13
HSL1.53º63.44%63.53%-
HSV(B)1.53º53.39%86.67%-
XYZ37.4226.6616.01-
YUV140.04107.1185.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=51.40%
G=24.65%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110610300.520.530.131.5363.4463.53
HexDD6A6703435D23f40
Octal3351521470646515277100
Binary110111011101010110011101101001101011101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A67; }

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

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

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

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

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

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

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

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