Html Css Color HEX #DF9F8C Tonys Pink

📋 copy color: '#DF9F8C'

red 223 ◦ green 159 ◦ blue 140

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

Shades of Tonys Pink #DF9F8C

Tints of Tonys Pink #DF9F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 42.72%
G = 30.46%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF9F8C (or 0xDF9F8C) is known color: Tonys Pink. HEX triplet: DF, 9F and 8C. RGB value is (223,159,140). Sum of RGB (Red+Green+Blue) = 223+159+140=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F8C is #206073. Grayscale: #B0B0B0. Windows color (decimal): -2121844 or 9215967. OLE color: 9215967.

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

Color convert

RGB 223 159 140 -
CMYK 0 0.29 0.37 0.13
HSL 13.73º 0.56% 0.71% -
HSV(B) 13.73º 0.37% 0.87% -
XYZ 47.56 42.38 30.48 -
YUV 175.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 223 159 140 0 0.29 0.37 0.13 13.73 0.56 0.71
Hex DF 9F 8C 0 1D 25 D E 38 47
Octal 337 237 214 0 35 45 15 16 70 107
Binary 11011111 10011111 10001100 0 11101 100101 1101 1110 111000 1000111

Color Harmonies of #DF9F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F8C

Black with #DF9F8C

Text Example


Text Example

White with #DF9F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F8C; }

 p { color: rgb(223,159,140); }

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

background-color css

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

 a { background-color: rgb(223,159,140); }

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

border-color css

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

 span { border-color: rgb(223,159,140); }

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