Html Css Color HEX #DF6A6B Froly

📋 copy color: '#DF6A6B'

red 223 ◦ green 106 ◦ blue 107

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

Shades of Froly #DF6A6B

Tints of Froly #DF6A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 51.15%
G = 24.31%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF6A6B (or 0xDF6A6B) is known color: Froly. HEX triplet: DF, 6A and 6B. RGB value is (223,106,107). Sum of RGB (Red+Green+Blue) = 223+106+107=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A6B is #209594. Grayscale: #8D8D8D. Windows color (decimal): -2135445 or 7039711. OLE color: 7039711.

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

Color convert

RGB 223 106 107 -
CMYK 0 0.52 0.52 0.13
HSL 359.49º 0.65% 0.65% -
HSV(B) 359.49º 0.52% 0.87% -
XYZ 38.24 27.06 17.12 -
YUV 141.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 223 106 107 0 0.52 0.52 0.13 359.49 0.65 0.65
Hex DF 6A 6B 0 34 34 D 167 41 41
Octal 337 152 153 0 64 64 15 547 101 101
Binary 11011111 1101010 1101011 0 110100 110100 1101 101100111 1000001 1000001

Color Harmonies of #DF6A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A6B

Black with #DF6A6B

Text Example


Text Example

White with #DF6A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A6B; }

 p { color: rgb(223,106,107); }

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

background-color css

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

 a { background-color: rgb(223,106,107); }

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

border-color css

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

 span { border-color: rgb(223,106,107); }

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