Html Css Color HEX #DF9D8C Tonys Pink

📋 copy color: '#DF9D8C'

red 223 ◦ green 157 ◦ blue 140

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

Shades of Tonys Pink #DF9D8C

Tints of Tonys Pink #DF9D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

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

R = 42.88%
G = 30.19%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF9D8C (or 0xDF9D8C) is known color: Tonys Pink. HEX triplet: DF, 9D and 8C. RGB value is (223,157,140). Sum of RGB (Red+Green+Blue) = 223+157+140=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D8C is #206273. Grayscale: #AEAEAE. Windows color (decimal): -2122356 or 9215455. OLE color: 9215455.

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

Color convert

RGB 223 157 140 -
CMYK 0 0.30 0.37 0.13
HSL 12.29º 0.56% 0.71% -
HSV(B) 12.29º 0.37% 0.87% -
XYZ 47.22 41.7 30.37 -
YUV 174.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 223 157 140 0 0.30 0.37 0.13 12.29 0.56 0.71
Hex DF 9D 8C 0 1E 25 D C 38 47
Octal 337 235 214 0 36 45 15 14 70 107
Binary 11011111 10011101 10001100 0 11110 100101 1101 1100 111000 1000111

Color Harmonies of #DF9D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D8C

Black with #DF9D8C

Text Example


Text Example

White with #DF9D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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