Html Css Color HEX #DD666D Froly

📋 copy color: '#DD666D'

red 221 ◦ green 102 ◦ blue 109

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

Shades of Froly #DD666D

Tints of Froly #DD666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.61%

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 51.16%
G = 23.61%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD666D (or 0xDD666D) is known color: Froly. HEX triplet: DD, 66 and 6D. RGB value is (221,102,109). Sum of RGB (Red+Green+Blue) = 221+102+109=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD666D is #229992. Grayscale: #8A8A8A. Windows color (decimal): -2267539 or 7169757. OLE color: 7169757.

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

Color convert

RGB 221 102 109 -
CMYK 0 0.54 0.51 0.13
HSL 356.47º 0.64% 0.63% -
HSV(B) 356.47º 0.54% 0.87% -
XYZ 37.33 25.98 17.51 -
YUV 138.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 221 102 109 0 0.54 0.51 0.13 356.47 0.64 0.63
Hex DD 66 6D 0 36 33 D 164 40 3F
Octal 335 146 155 0 66 63 15 544 100 77
Binary 11011101 1100110 1101101 0 110110 110011 1101 101100100 1000000 111111

Color Harmonies of #DD666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD666D

Black with #DD666D

Text Example


Text Example

White with #DD666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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