#DD6B67

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

Shades of Roman #DD6B67

Tints of Roman #DD6B67

Color information

#DD6B67 (or 0xDD6B67) is unknown color: approx Roman. HEX triplet: DD, 6B and 67. RGB value is (221,107,103). Sum of RGB (Red+Green+Blue) = 221+107+103=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B67 is #229498. Grayscale: #8C8C8C. Windows color (decimal): -2266265 or 6777821. OLE color: 6777821.

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

Color convert

RGB221107103-
CMYK00.520.530.13
HSL2.03º63.44%63.53%-
HSV(B)2.03º53.39%86.67%-
XYZ37.5226.8716.04-
YUV140.63106.77185.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=51.28%
G=24.83%
B=23.90%

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
Decimal22110710300.520.530.132.0363.4463.53
HexDD6B6703435D23f40
Octal3351531470646515277100
Binary110111011101011110011101101001101011101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B67; }

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

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

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

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

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

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

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

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