Html Css Color HEX #DD696A Froly

📋 copy color: '#DD696A'

red 221 ◦ green 105 ◦ blue 106

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

Shades of Froly #DD696A

Tints of Froly #DD696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 51.16%
G = 24.31%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD696A (or 0xDD696A) is known color: Froly. HEX triplet: DD, 69 and 6A. RGB value is (221,105,106). Sum of RGB (Red+Green+Blue) = 221+105+106=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD696A is #229695. Grayscale: #8B8B8B. Windows color (decimal): -2266774 or 6973917. OLE color: 6973917.

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

Color convert

RGB 221 105 106 -
CMYK 0 0.52 0.52 0.13
HSL 359.48º 0.63% 0.64% -
HSV(B) 359.48º 0.52% 0.87% -
XYZ 37.47 26.52 16.78 -
YUV 139.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 221 105 106 0 0.52 0.52 0.13 359.48 0.63 0.64
Hex DD 69 6A 0 34 34 D 167 3F 40
Octal 335 151 152 0 64 64 15 547 77 100
Binary 11011101 1101001 1101010 0 110100 110100 1101 101100111 111111 1000000

Color Harmonies of #DD696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD696A

Black with #DD696A

Text Example


Text Example

White with #DD696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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