Html Css Color HEX #DF747A Froly

📋 copy color: '#DF747A'

red 223 ◦ green 116 ◦ blue 122

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

Shades of Froly #DF747A

Tints of Froly #DF747A

RGB

 RED value IS 223 (87.5% from 255) = 48.37%

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

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

R = 48.37%
G = 25.16%
B = 26.46%

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

#DF747A (or 0xDF747A) is known color: Froly. HEX triplet: DF, 74 and 7A. RGB value is (223,116,122). Sum of RGB (Red+Green+Blue) = 223+116+122=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF747A is #208B85. Grayscale: #949494. Windows color (decimal): -2132870 or 8025311. OLE color: 8025311.

HSL color Cylindrical-coordinate representation of color #DF747A: hue angle of 356.64º degrees, saturation: 0.63, 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 #DF747A is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 116 122 -
CMYK 0 0.48 0.45 0.13
HSL 356.64º 0.63% 0.66% -
HSV(B) 356.64º 0.48% 0.87% -
XYZ 40.19 29.58 22 -
YUV 148.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 223 116 122 0 0.48 0.45 0.13 356.64 0.63 0.66
Hex DF 74 7A 0 30 2D D 165 3F 42
Octal 337 164 172 0 60 55 15 545 77 102
Binary 11011111 1110100 1111010 0 110000 101101 1101 101100101 111111 1000010

Color Harmonies of #DF747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF747A

Black with #DF747A

Text Example


Text Example

White with #DF747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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