Html Css Color HEX #DF6A6E Froly

📋 copy color: '#DF6A6E'

red 223 ◦ green 106 ◦ blue 110

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

Shades of Froly #DF6A6E

Tints of Froly #DF6A6E

RGB

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

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

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

R = 50.8%
G = 24.15%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF6A6E (or 0xDF6A6E) is known color: Froly. HEX triplet: DF, 6A and 6E. RGB value is (223,106,110). Sum of RGB (Red+Green+Blue) = 223+106+110=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A6E is #209591. Grayscale: #8D8D8D. Windows color (decimal): -2135442 or 7236319. OLE color: 7236319.

HSL color Cylindrical-coordinate representation of color #DF6A6E: hue angle of 357.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6A6E is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 110 -
CMYK 0 0.52 0.51 0.13
HSL 357.95º 0.65% 0.65% -
HSV(B) 357.95º 0.52% 0.87% -
XYZ 38.4 27.12 17.96 -
YUV 141.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 223 106 110 0 0.52 0.51 0.13 357.95 0.65 0.65
Hex DF 6A 6E 0 34 33 D 166 41 41
Octal 337 152 156 0 64 63 15 546 101 101
Binary 11011111 1101010 1101110 0 110100 110011 1101 101100110 1000001 1000001

Color Harmonies of #DF6A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A6E

Black with #DF6A6E

Text Example


Text Example

White with #DF6A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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