Html Css Color HEX #DF9885 Tonys Pink

📋 copy color: '#DF9885'

red 223 ◦ green 152 ◦ blue 133

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

Shades of Tonys Pink #DF9885

Tints of Tonys Pink #DF9885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.92%

 BLUE value IS 133 (52.34% from 255) = 26.18%

R = 43.9%
G = 29.92%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF9885 (or 0xDF9885) is known color: Tonys Pink. HEX triplet: DF, 98 and 85. RGB value is (223,152,133). Sum of RGB (Red+Green+Blue) = 223+152+133=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9885 is #20677A. Grayscale: #ABABAB. Windows color (decimal): -2123643 or 8755423. OLE color: 8755423.

HSL color Cylindrical-coordinate representation of color #DF9885: hue angle of 12.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9885 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 133 -
CMYK 0 0.32 0.40 0.13
HSL 12.67º 0.58% 0.7% -
HSV(B) 12.67º 0.4% 0.87% -
XYZ 45.89 39.84 27.46 -
YUV 171.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 223 152 133 0 0.32 0.40 0.13 12.67 0.58 0.7
Hex DF 98 85 0 20 28 D D 3A 46
Octal 337 230 205 0 40 50 15 15 72 106
Binary 11011111 10011000 10000101 0 100000 101000 1101 1101 111010 1000110

Color Harmonies of #DF9885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9885

Black with #DF9885

Text Example


Text Example

White with #DF9885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9885; }

 p { color: rgb(223,152,133); }

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

background-color css

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

 a { background-color: rgb(223,152,133); }

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

border-color css

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

 span { border-color: rgb(223,152,133); }

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