Html Css Color HEX #DD6D69 Roman

📋 copy color: '#DD6D69'

red 221 ◦ green 109 ◦ blue 105

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

Shades of Roman #DD6D69

Tints of Roman #DD6D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 50.8%
G = 25.06%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD6D69 (or 0xDD6D69) is known color: Roman. HEX triplet: DD, 6D and 69. RGB value is (221,109,105). Sum of RGB (Red+Green+Blue) = 221+109+105=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D69 is #229296. Grayscale: #8E8E8E. Windows color (decimal): -2265751 or 6909405. OLE color: 6909405.

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

Color convert

RGB 221 109 105 -
CMYK 0 0.51 0.52 0.13
HSL 2.07º 0.63% 0.64% -
HSV(B) 2.07º 0.52% 0.87% -
XYZ 37.84 27.33 16.65 -
YUV 142.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 221 109 105 0 0.51 0.52 0.13 2.07 0.63 0.64
Hex DD 6D 69 0 33 34 D 2 3F 40
Octal 335 155 151 0 63 64 15 2 77 100
Binary 11011101 1101101 1101001 0 110011 110100 1101 10 111111 1000000

Color Harmonies of #DD6D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D69

Black with #DD6D69

Text Example


Text Example

White with #DD6D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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