Html Css Color HEX #DF676F Froly

📋 copy color: '#DF676F'

red 223 ◦ green 103 ◦ blue 111

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

Shades of Froly #DF676F

Tints of Froly #DF676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.57%

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 51.03%
G = 23.57%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF676F (or 0xDF676F) is known color: Froly. HEX triplet: DF, 67 and 6F. RGB value is (223,103,111). Sum of RGB (Red+Green+Blue) = 223+103+111=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF676F is #209890. Grayscale: #8B8B8B. Windows color (decimal): -2136209 or 7301087. OLE color: 7301087.

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

Color convert

RGB 223 103 111 -
CMYK 0 0.54 0.50 0.13
HSL 356º 0.65% 0.64% -
HSV(B) 356º 0.54% 0.87% -
XYZ 38.15 26.54 18.15 -
YUV 139.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 223 103 111 0 0.54 0.50 0.13 356 0.65 0.64
Hex DF 67 6F 0 36 32 D 164 41 40
Octal 337 147 157 0 66 62 15 544 101 100
Binary 11011111 1100111 1101111 0 110110 110010 1101 101100100 1000001 1000000

Color Harmonies of #DF676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF676F

Black with #DF676F

Text Example


Text Example

White with #DF676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF676F; }

 p { color: rgb(223,103,111); }

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

background-color css

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

 a { background-color: rgb(223,103,111); }

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

border-color css

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

 span { border-color: rgb(223,103,111); }

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