Html Css Color HEX #DFA690 Tonys Pink

📋 copy color: '#DFA690'

red 223 ◦ green 166 ◦ blue 144

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

Shades of Tonys Pink #DFA690

Tints of Tonys Pink #DFA690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

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

R = 41.84%
G = 31.14%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFA690 (or 0xDFA690) is known color: Tonys Pink. HEX triplet: DF, A6 and 90. RGB value is (223,166,144). Sum of RGB (Red+Green+Blue) = 223+166+144=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA690 is #20596F. Grayscale: #B4B4B4. Windows color (decimal): -2120048 or 9479903. OLE color: 9479903.

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

Color convert

RGB 223 166 144 -
CMYK 0 0.26 0.35 0.13
HSL 16.71º 0.55% 0.72% -
HSV(B) 16.71º 0.35% 0.87% -
XYZ 49.1 44.97 32.48 -
YUV 180.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 223 166 144 0 0.26 0.35 0.13 16.71 0.55 0.72
Hex DF A6 90 0 1A 23 D 11 37 48
Octal 337 246 220 0 32 43 15 21 67 110
Binary 11011111 10100110 10010000 0 11010 100011 1101 10001 110111 1001000

Color Harmonies of #DFA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA690

Black with #DFA690

Text Example


Text Example

White with #DFA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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