Html Css Color HEX #DD6B61 Roman

📋 copy color: '#DD6B61'

red 221 ◦ green 107 ◦ blue 97

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

Shades of Roman #DD6B61

Tints of Roman #DD6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 97 (38.28% from 255) = 22.82%

R = 52%
G = 25.18%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6B61 (or 0xDD6B61) is known color: Roman. HEX triplet: DD, 6B and 61. RGB value is (221,107,97). Sum of RGB (Red+Green+Blue) = 221+107+97=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B61 is #22949E. Grayscale: #8C8C8C. Windows color (decimal): -2266271 or 6384605. OLE color: 6384605.

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

Color convert

RGB 221 107 97 -
CMYK 0 0.52 0.56 0.13
HSL 4.84º 0.65% 0.62% -
HSV(B) 4.84º 0.56% 0.87% -
XYZ 37.23 26.75 14.51 -
YUV 139.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 221 107 97 0 0.52 0.56 0.13 4.84 0.65 0.62
Hex DD 6B 61 0 34 38 D 5 41 3E
Octal 335 153 141 0 64 70 15 5 101 76
Binary 11011101 1101011 1100001 0 110100 111000 1101 101 1000001 111110

Color Harmonies of #DD6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B61

Black with #DD6B61

Text Example


Text Example

White with #DD6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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