Html Css Color HEX #DF6D6E Froly

📋 copy color: '#DF6D6E'

red 223 ◦ green 109 ◦ blue 110

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

Shades of Froly #DF6D6E

Tints of Froly #DF6D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

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

R = 50.45%
G = 24.66%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF6D6E (or 0xDF6D6E) is known color: Froly. HEX triplet: DF, 6D and 6E. RGB value is (223,109,110). Sum of RGB (Red+Green+Blue) = 223+109+110=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6D6E is #209291. Grayscale: #8F8F8F. Windows color (decimal): -2134674 or 7237087. OLE color: 7237087.

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

Color convert

RGB 223 109 110 -
CMYK 0 0.51 0.51 0.13
HSL 359.47º 0.64% 0.65% -
HSV(B) 359.47º 0.51% 0.87% -
XYZ 38.71 27.75 18.07 -
YUV 143.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 223 109 110 0 0.51 0.51 0.13 359.47 0.64 0.65
Hex DF 6D 6E 0 33 33 D 167 40 41
Octal 337 155 156 0 63 63 15 547 100 101
Binary 11011111 1101101 1101110 0 110011 110011 1101 101100111 1000000 1000001

Color Harmonies of #DF6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6D6E

Black with #DF6D6E

Text Example


Text Example

White with #DF6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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