Html Css Color HEX #DF676A Froly

📋 copy color: '#DF676A'

red 223 ◦ green 103 ◦ blue 106

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

Shades of Froly #DF676A

Tints of Froly #DF676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 51.62%
G = 23.84%
B = 24.54%

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

#DF676A (or 0xDF676A) is known color: Froly. HEX triplet: DF, 67 and 6A. RGB value is (223,103,106). Sum of RGB (Red+Green+Blue) = 223+103+106=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF676A is #209895. Grayscale: #8B8B8B. Windows color (decimal): -2136214 or 6973407. OLE color: 6973407.

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

Color convert

RGB 223 103 106 -
CMYK 0 0.54 0.52 0.13
HSL 358.5º 0.65% 0.64% -
HSV(B) 358.5º 0.54% 0.87% -
XYZ 37.88 26.43 16.74 -
YUV 139.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 223 103 106 0 0.54 0.52 0.13 358.5 0.65 0.64
Hex DF 67 6A 0 36 34 D 166 41 40
Octal 337 147 152 0 66 64 15 546 101 100
Binary 11011111 1100111 1101010 0 110110 110100 1101 101100110 1000001 1000000

Color Harmonies of #DF676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF676A

Black with #DF676A

Text Example


Text Example

White with #DF676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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