Html Css Color HEX #DFA088 Tonys Pink

📋 copy color: '#DFA088'

red 223 ◦ green 160 ◦ blue 136

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

Shades of Tonys Pink #DFA088

Tints of Tonys Pink #DFA088

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 136 (53.52% from 255) = 26.2%

R = 42.97%
G = 30.83%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFA088 (or 0xDFA088) is known color: Tonys Pink. HEX triplet: DF, A0 and 88. RGB value is (223,160,136). Sum of RGB (Red+Green+Blue) = 223+160+136=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA088 is #205F77. Grayscale: #B0B0B0. Windows color (decimal): -2121592 or 8954079. OLE color: 8954079.

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

Color convert

RGB 223 160 136 -
CMYK 0 0.28 0.39 0.13
HSL 16.55º 0.58% 0.7% -
HSV(B) 16.55º 0.39% 0.87% -
XYZ 47.45 42.61 29.02 -
YUV 176.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 223 160 136 0 0.28 0.39 0.13 16.55 0.58 0.7
Hex DF A0 88 0 1C 27 D 11 3A 46
Octal 337 240 210 0 34 47 15 21 72 106
Binary 11011111 10100000 10001000 0 11100 100111 1101 10001 111010 1000110

Color Harmonies of #DFA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA088

Black with #DFA088

Text Example


Text Example

White with #DFA088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA088; }

 p { color: rgb(223,160,136); }

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

background-color css

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

 a { background-color: rgb(223,160,136); }

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

border-color css

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

 span { border-color: rgb(223,160,136); }

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