Html Css Color HEX #DF666C Froly

📋 copy color: '#DF666C'

red 223 ◦ green 102 ◦ blue 108

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

Shades of Froly #DF666C

Tints of Froly #DF666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.56%

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

R = 51.5%
G = 23.56%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF666C (or 0xDF666C) is known color: Froly. HEX triplet: DF, 66 and 6C. RGB value is (223,102,108). Sum of RGB (Red+Green+Blue) = 223+102+108=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF666C is #209993. Grayscale: #8A8A8A. Windows color (decimal): -2136468 or 7104223. OLE color: 7104223.

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

Color convert

RGB 223 102 108 -
CMYK 0 0.54 0.52 0.13
HSL 357.02º 0.65% 0.64% -
HSV(B) 357.02º 0.54% 0.87% -
XYZ 37.89 26.27 17.26 -
YUV 138.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 223 102 108 0 0.54 0.52 0.13 357.02 0.65 0.64
Hex DF 66 6C 0 36 34 D 165 41 40
Octal 337 146 154 0 66 64 15 545 101 100
Binary 11011111 1100110 1101100 0 110110 110100 1101 101100101 1000001 1000000

Color Harmonies of #DF666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF666C

Black with #DF666C

Text Example


Text Example

White with #DF666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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