Html Css Color HEX #DFA38F Tonys Pink

📋 copy color: '#DFA38F'

red 223 ◦ green 163 ◦ blue 143

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

Shades of Tonys Pink #DFA38F

Tints of Tonys Pink #DFA38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.81%

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 42.16%
G = 30.81%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFA38F (or 0xDFA38F) is known color: Tonys Pink. HEX triplet: DF, A3 and 8F. RGB value is (223,163,143). Sum of RGB (Red+Green+Blue) = 223+163+143=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA38F is #205C70. Grayscale: #B2B2B2. Windows color (decimal): -2120817 or 9413599. OLE color: 9413599.

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

Color convert

RGB 223 163 143 -
CMYK 0 0.27 0.36 0.13
HSL 15º 0.56% 0.72% -
HSV(B) 15º 0.36% 0.87% -
XYZ 48.49 43.87 31.9 -
YUV 178.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 223 163 143 0 0.27 0.36 0.13 15 0.56 0.72
Hex DF A3 8F 0 1B 24 D F 38 48
Octal 337 243 217 0 33 44 15 17 70 110
Binary 11011111 10100011 10001111 0 11011 100100 1101 1111 111000 1001000

Color Harmonies of #DFA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA38F

Black with #DFA38F

Text Example


Text Example

White with #DFA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA38F; }

 p { color: rgb(223,163,143); }

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

background-color css

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

 a { background-color: rgb(223,163,143); }

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

border-color css

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

 span { border-color: rgb(223,163,143); }

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