Html Css Color HEX #DD747A Froly

📋 copy color: '#DD747A'

red 221 ◦ green 116 ◦ blue 122

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

Shades of Froly #DD747A

Tints of Froly #DD747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 48.15%
G = 25.27%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD747A (or 0xDD747A) is known color: Froly. HEX triplet: DD, 74 and 7A. RGB value is (221,116,122). Sum of RGB (Red+Green+Blue) = 221+116+122=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD747A is #228B85. Grayscale: #949494. Windows color (decimal): -2263942 or 8025309. OLE color: 8025309.

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

Color convert

RGB 221 116 122 -
CMYK 0 0.48 0.45 0.13
HSL 356.57º 0.61% 0.66% -
HSV(B) 356.57º 0.48% 0.87% -
XYZ 39.58 29.27 21.98 -
YUV 148.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 221 116 122 0 0.48 0.45 0.13 356.57 0.61 0.66
Hex DD 74 7A 0 30 2D D 165 3D 42
Octal 335 164 172 0 60 55 15 545 75 102
Binary 11011101 1110100 1111010 0 110000 101101 1101 101100101 111101 1000010

Color Harmonies of #DD747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD747A

Black with #DD747A

Text Example


Text Example

White with #DD747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD747A; }

 p { color: rgb(221,116,122); }

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

background-color css

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

 a { background-color: rgb(221,116,122); }

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

border-color css

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

 span { border-color: rgb(221,116,122); }

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