Html Css Color HEX #DFA48C Tonys Pink

📋 copy color: '#DFA48C'

red 223 ◦ green 164 ◦ blue 140

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

Shades of Tonys Pink #DFA48C

Tints of Tonys Pink #DFA48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.12%

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

R = 42.31%
G = 31.12%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFA48C (or 0xDFA48C) is known color: Tonys Pink. HEX triplet: DF, A4 and 8C. RGB value is (223,164,140). Sum of RGB (Red+Green+Blue) = 223+164+140=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA48C is #205B73. Grayscale: #B3B3B3. Windows color (decimal): -2120564 or 9217247. OLE color: 9217247.

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

Color convert

RGB 223 164 140 -
CMYK 0 0.26 0.37 0.13
HSL 17.35º 0.56% 0.71% -
HSV(B) 17.35º 0.37% 0.87% -
XYZ 48.44 44.13 30.78 -
YUV 178.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 223 164 140 0 0.26 0.37 0.13 17.35 0.56 0.71
Hex DF A4 8C 0 1A 25 D 11 38 47
Octal 337 244 214 0 32 45 15 21 70 107
Binary 11011111 10100100 10001100 0 11010 100101 1101 10001 111000 1000111

Color Harmonies of #DFA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA48C

Black with #DFA48C

Text Example


Text Example

White with #DFA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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