Html Css Color HEX #DD6A6E Froly

📋 copy color: '#DD6A6E'

red 221 ◦ green 106 ◦ blue 110

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

Shades of Froly #DD6A6E

Tints of Froly #DD6A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.26%

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 50.57%
G = 24.26%
B = 25.17%

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

#DD6A6E (or 0xDD6A6E) is known color: Froly. HEX triplet: DD, 6A and 6E. RGB value is (221,106,110). Sum of RGB (Red+Green+Blue) = 221+106+110=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A6E is #229591. Grayscale: #8C8C8C. Windows color (decimal): -2266514 or 7236317. OLE color: 7236317.

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

Color convert

RGB 221 106 110 -
CMYK 0 0.52 0.50 0.13
HSL 357.91º 0.63% 0.64% -
HSV(B) 357.91º 0.52% 0.87% -
XYZ 37.79 26.81 17.93 -
YUV 140.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 221 106 110 0 0.52 0.50 0.13 357.91 0.63 0.64
Hex DD 6A 6E 0 34 32 D 166 3F 40
Octal 335 152 156 0 64 62 15 546 77 100
Binary 11011101 1101010 1101110 0 110100 110010 1101 101100110 111111 1000000

Color Harmonies of #DD6A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A6E

Black with #DD6A6E

Text Example


Text Example

White with #DD6A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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