Html Css Color HEX #DF767B Froly

📋 copy color: '#DF767B'

red 223 ◦ green 118 ◦ blue 123

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

Shades of Froly #DF767B

Tints of Froly #DF767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 48.06%
G = 25.43%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF767B (or 0xDF767B) is known color: Froly. HEX triplet: DF, 76 and 7B. RGB value is (223,118,123). Sum of RGB (Red+Green+Blue) = 223+118+123=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF767B is #208984. Grayscale: #969696. Windows color (decimal): -2132357 or 8091359. OLE color: 8091359.

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

Color convert

RGB 223 118 123 -
CMYK 0 0.47 0.45 0.13
HSL 357.14º 0.62% 0.67% -
HSV(B) 357.14º 0.47% 0.87% -
XYZ 40.49 30.07 22.41 -
YUV 149.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 223 118 123 0 0.47 0.45 0.13 357.14 0.62 0.67
Hex DF 76 7B 0 2F 2D D 165 3E 43
Octal 337 166 173 0 57 55 15 545 76 103
Binary 11011111 1110110 1111011 0 101111 101101 1101 101100101 111110 1000011

Color Harmonies of #DF767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF767B

Black with #DF767B

Text Example


Text Example

White with #DF767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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