Html Css Color HEX #DD6D67 Roman

📋 copy color: '#DD6D67'

red 221 ◦ green 109 ◦ blue 103

#DD6D67
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DD6D67

Tints of Roman #DD6D67

RGB

 RED value IS 221 (86.72% from 255) = 51.04%

 GREEN value IS 109 (42.97% from 255) = 25.17%

 BLUE value IS 103 (40.63% from 255) = 23.79%

R = 51.04%
G = 25.17%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD6D67 (or 0xDD6D67) is known color: Roman. HEX triplet: DD, 6D and 67. RGB value is (221,109,103). Sum of RGB (Red+Green+Blue) = 221+109+103=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D67 is #229298. Grayscale: #8D8D8D. Windows color (decimal): -2265753 or 6778333. OLE color: 6778333.

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

Color convert

RGB 221 109 103 -
CMYK 0 0.51 0.53 0.13
HSL 3.05º 0.63% 0.64% -
HSV(B) 3.05º 0.53% 0.87% -
XYZ 37.74 27.29 16.11 -
YUV 141.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 221 109 103 0 0.51 0.53 0.13 3.05 0.63 0.64
Hex DD 6D 67 0 33 35 D 3 3F 40
Octal 335 155 147 0 63 65 15 3 77 100
Binary 11011101 1101101 1100111 0 110011 110101 1101 11 111111 1000000

Color Harmonies of #DD6D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D67

Black with #DD6D67

Text Example


Text Example

White with #DD6D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D67; }

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

 H1.HeaderClassName
 {
   color: #DD6D67;
 }
 .AnyTagClassName
 {
   color: #DD6D67;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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