Html Css Color HEX #DD6B6F Froly

📋 copy color: '#DD6B6F'

red 221 ◦ green 107 ◦ blue 111

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

Shades of Froly #DD6B6F

Tints of Froly #DD6B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 50.34%
G = 24.37%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD6B6F (or 0xDD6B6F) is known color: Froly. HEX triplet: DD, 6B and 6F. RGB value is (221,107,111). Sum of RGB (Red+Green+Blue) = 221+107+111=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B6F is #229490. Grayscale: #8D8D8D. Windows color (decimal): -2266257 or 7302109. OLE color: 7302109.

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

Color convert

RGB 221 107 111 -
CMYK 0 0.52 0.50 0.13
HSL 357.89º 0.63% 0.64% -
HSV(B) 357.89º 0.52% 0.87% -
XYZ 37.95 27.04 18.26 -
YUV 141.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 221 107 111 0 0.52 0.50 0.13 357.89 0.63 0.64
Hex DD 6B 6F 0 34 32 D 166 3F 40
Octal 335 153 157 0 64 62 15 546 77 100
Binary 11011101 1101011 1101111 0 110100 110010 1101 101100110 111111 1000000

Color Harmonies of #DD6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B6F

Black with #DD6B6F

Text Example


Text Example

White with #DD6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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