Html Css Color HEX #DD797C Froly

📋 copy color: '#DD797C'

red 221 ◦ green 121 ◦ blue 124

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

Shades of Froly #DD797C

Tints of Froly #DD797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.97%

 BLUE value IS 124 (48.83% from 255) = 26.61%

R = 47.42%
G = 25.97%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD797C (or 0xDD797C) is known color: Froly. HEX triplet: DD, 79 and 7C. RGB value is (221,121,124). Sum of RGB (Red+Green+Blue) = 221+121+124=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD797C is #228683. Grayscale: #979797. Windows color (decimal): -2262660 or 8157661. OLE color: 8157661.

HSL color Cylindrical-coordinate representation of color #DD797C: hue angle of 358.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD797C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 124 -
CMYK 0 0.45 0.44 0.13
HSL 358.2º 0.6% 0.67% -
HSV(B) 358.2º 0.45% 0.87% -
XYZ 40.29 30.5 22.83 -
YUV 151.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 221 121 124 0 0.45 0.44 0.13 358.2 0.6 0.67
Hex DD 79 7C 0 2D 2C D 166 3C 43
Octal 335 171 174 0 55 54 15 546 74 103
Binary 11011101 1111001 1111100 0 101101 101100 1101 101100110 111100 1000011

Color Harmonies of #DD797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD797C

Black with #DD797C

Text Example


Text Example

White with #DD797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD797C; }

 p { color: rgb(221,121,124); }

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

background-color css

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

 a { background-color: rgb(221,121,124); }

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

border-color css

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

 span { border-color: rgb(221,121,124); }

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