Html Css Color HEX #DD696C Froly

📋 copy color: '#DD696C'

red 221 ◦ green 105 ◦ blue 108

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

Shades of Froly #DD696C

Tints of Froly #DD696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 108 (42.58% from 255) = 24.88%

R = 50.92%
G = 24.19%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD696C (or 0xDD696C) is known color: Froly. HEX triplet: DD, 69 and 6C. RGB value is (221,105,108). Sum of RGB (Red+Green+Blue) = 221+105+108=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD696C is #229693. Grayscale: #8C8C8C. Windows color (decimal): -2266772 or 7104989. OLE color: 7104989.

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

Color convert

RGB 221 105 108 -
CMYK 0 0.52 0.51 0.13
HSL 358.45º 0.63% 0.64% -
HSV(B) 358.45º 0.52% 0.87% -
XYZ 37.58 26.56 17.33 -
YUV 140.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 221 105 108 0 0.52 0.51 0.13 358.45 0.63 0.64
Hex DD 69 6C 0 34 33 D 166 3F 40
Octal 335 151 154 0 64 63 15 546 77 100
Binary 11011101 1101001 1101100 0 110100 110011 1101 101100110 111111 1000000

Color Harmonies of #DD696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD696C

Black with #DD696C

Text Example


Text Example

White with #DD696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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