Html Css Color HEX #DF767C Froly

📋 copy color: '#DF767C'

red 223 ◦ green 118 ◦ blue 124

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

Shades of Froly #DF767C

Tints of Froly #DF767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 47.96%
G = 25.38%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF767C (or 0xDF767C) is known color: Froly. HEX triplet: DF, 76 and 7C. RGB value is (223,118,124). Sum of RGB (Red+Green+Blue) = 223+118+124=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF767C is #208983. Grayscale: #969696. Windows color (decimal): -2132356 or 8156895. OLE color: 8156895.

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

Color convert

RGB 223 118 124 -
CMYK 0 0.47 0.44 0.13
HSL 356.57º 0.62% 0.67% -
HSV(B) 356.57º 0.47% 0.87% -
XYZ 40.55 30.1 22.74 -
YUV 150.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 223 118 124 0 0.47 0.44 0.13 356.57 0.62 0.67
Hex DF 76 7C 0 2F 2C D 165 3E 43
Octal 337 166 174 0 57 54 15 545 76 103
Binary 11011111 1110110 1111100 0 101111 101100 1101 101100101 111110 1000011

Color Harmonies of #DF767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF767C

Black with #DF767C

Text Example


Text Example

White with #DF767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF767C; }

 p { color: rgb(223,118,124); }

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

background-color css

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

 a { background-color: rgb(223,118,124); }

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

border-color css

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

 span { border-color: rgb(223,118,124); }

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