Html Css Color HEX #DFA090 Tonys Pink

📋 copy color: '#DFA090'

red 223 ◦ green 160 ◦ blue 144

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

Shades of Tonys Pink #DFA090

Tints of Tonys Pink #DFA090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 42.31%
G = 30.36%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFA090 (or 0xDFA090) is known color: Tonys Pink. HEX triplet: DF, A0 and 90. RGB value is (223,160,144). Sum of RGB (Red+Green+Blue) = 223+160+144=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA090 is #205F6F. Grayscale: #B1B1B1. Windows color (decimal): -2121584 or 9478367. OLE color: 9478367.

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

Color convert

RGB 223 160 144 -
CMYK 0 0.28 0.35 0.13
HSL 12.15º 0.55% 0.72% -
HSV(B) 12.15º 0.35% 0.87% -
XYZ 48.04 42.84 32.12 -
YUV 177.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 223 160 144 0 0.28 0.35 0.13 12.15 0.55 0.72
Hex DF A0 90 0 1C 23 D C 37 48
Octal 337 240 220 0 34 43 15 14 67 110
Binary 11011111 10100000 10010000 0 11100 100011 1101 1100 110111 1001000

Color Harmonies of #DFA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA090

Black with #DFA090

Text Example


Text Example

White with #DFA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA090; }

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

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

background-color css

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

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

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

border-color css

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

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

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