Html Css Color HEX #DF747B Froly

📋 copy color: '#DF747B'

red 223 ◦ green 116 ◦ blue 123

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

Shades of Froly #DF747B

Tints of Froly #DF747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.62%

R = 48.27%
G = 25.11%
B = 26.62%

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

#DF747B (or 0xDF747B) is known color: Froly. HEX triplet: DF, 74 and 7B. RGB value is (223,116,123). Sum of RGB (Red+Green+Blue) = 223+116+123=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF747B is #208B84. Grayscale: #949494. Windows color (decimal): -2132869 or 8090847. OLE color: 8090847.

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

Color convert

RGB 223 116 123 -
CMYK 0 0.48 0.45 0.13
HSL 356.07º 0.63% 0.66% -
HSV(B) 356.07º 0.48% 0.87% -
XYZ 40.25 29.61 22.33 -
YUV 148.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 223 116 123 0 0.48 0.45 0.13 356.07 0.63 0.66
Hex DF 74 7B 0 30 2D D 164 3F 42
Octal 337 164 173 0 60 55 15 544 77 102
Binary 11011111 1110100 1111011 0 110000 101101 1101 101100100 111111 1000010

Color Harmonies of #DF747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF747B

Black with #DF747B

Text Example


Text Example

White with #DF747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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