Html Css Color HEX #DF696C Froly

📋 copy color: '#DF696C'

red 223 ◦ green 105 ◦ blue 108

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

Shades of Froly #DF696C

Tints of Froly #DF696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.77%

R = 51.15%
G = 24.08%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF696C (or 0xDF696C) is known color: Froly. HEX triplet: DF, 69 and 6C. RGB value is (223,105,108). Sum of RGB (Red+Green+Blue) = 223+105+108=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF696C is #209693. Grayscale: #8C8C8C. Windows color (decimal): -2135700 or 7104991. OLE color: 7104991.

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

Color convert

RGB 223 105 108 -
CMYK 0 0.53 0.52 0.13
HSL 358.47º 0.65% 0.64% -
HSV(B) 358.47º 0.53% 0.87% -
XYZ 38.19 26.87 17.36 -
YUV 140.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 223 105 108 0 0.53 0.52 0.13 358.47 0.65 0.64
Hex DF 69 6C 0 35 34 D 166 41 40
Octal 337 151 154 0 65 64 15 546 101 100
Binary 11011111 1101001 1101100 0 110101 110100 1101 101100110 1000001 1000000

Color Harmonies of #DF696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF696C

Black with #DF696C

Text Example


Text Example

White with #DF696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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