Html Css Color HEX #DF666D Froly

📋 copy color: '#DF666D'

red 223 ◦ green 102 ◦ blue 109

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

Shades of Froly #DF666D

Tints of Froly #DF666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 51.38%
G = 23.5%
B = 25.12%

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

#DF666D (or 0xDF666D) is known color: Froly. HEX triplet: DF, 66 and 6D. RGB value is (223,102,109). Sum of RGB (Red+Green+Blue) = 223+102+109=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF666D is #209992. Grayscale: #8B8B8B. Windows color (decimal): -2136467 or 7169759. OLE color: 7169759.

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

Color convert

RGB 223 102 109 -
CMYK 0 0.54 0.51 0.13
HSL 356.53º 0.65% 0.64% -
HSV(B) 356.53º 0.54% 0.87% -
XYZ 37.94 26.29 17.54 -
YUV 138.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 223 102 109 0 0.54 0.51 0.13 356.53 0.65 0.64
Hex DF 66 6D 0 36 33 D 165 41 40
Octal 337 146 155 0 66 63 15 545 101 100
Binary 11011111 1100110 1101101 0 110110 110011 1101 101100101 1000001 1000000

Color Harmonies of #DF666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF666D

Black with #DF666D

Text Example


Text Example

White with #DF666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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