Html Css Color HEX #DF676E Froly

📋 copy color: '#DF676E'

red 223 ◦ green 103 ◦ blue 110

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

Shades of Froly #DF676E

Tints of Froly #DF676E

RGB

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

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

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

R = 51.15%
G = 23.62%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF676E (or 0xDF676E) is known color: Froly. HEX triplet: DF, 67 and 6E. RGB value is (223,103,110). Sum of RGB (Red+Green+Blue) = 223+103+110=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF676E is #209891. Grayscale: #8B8B8B. Windows color (decimal): -2136210 or 7235551. OLE color: 7235551.

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

Color convert

RGB 223 103 110 -
CMYK 0 0.54 0.51 0.13
HSL 356.5º 0.65% 0.64% -
HSV(B) 356.5º 0.54% 0.87% -
XYZ 38.1 26.51 17.86 -
YUV 139.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 223 103 110 0 0.54 0.51 0.13 356.5 0.65 0.64
Hex DF 67 6E 0 36 33 D 164 41 40
Octal 337 147 156 0 66 63 15 544 101 100
Binary 11011111 1100111 1101110 0 110110 110011 1101 101100100 1000001 1000000

Color Harmonies of #DF676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF676E

Black with #DF676E

Text Example


Text Example

White with #DF676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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