Html Css Color HEX #DF696E Froly

📋 copy color: '#DF696E'

red 223 ◦ green 105 ◦ blue 110

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

Shades of Froly #DF696E

Tints of Froly #DF696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

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

R = 50.91%
G = 23.97%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF696E (or 0xDF696E) is known color: Froly. HEX triplet: DF, 69 and 6E. RGB value is (223,105,110). Sum of RGB (Red+Green+Blue) = 223+105+110=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF696E is #209691. Grayscale: #8C8C8C. Windows color (decimal): -2135698 or 7236063. OLE color: 7236063.

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

Color convert

RGB 223 105 110 -
CMYK 0 0.53 0.51 0.13
HSL 357.46º 0.65% 0.64% -
HSV(B) 357.46º 0.53% 0.87% -
XYZ 38.3 26.92 17.93 -
YUV 140.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 223 105 110 0 0.53 0.51 0.13 357.46 0.65 0.64
Hex DF 69 6E 0 35 33 D 165 41 40
Octal 337 151 156 0 65 63 15 545 101 100
Binary 11011111 1101001 1101110 0 110101 110011 1101 101100101 1000001 1000000

Color Harmonies of #DF696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF696E

Black with #DF696E

Text Example


Text Example

White with #DF696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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