Html Css Color HEX #DFA48B Tonys Pink

📋 copy color: '#DFA48B'

red 223 ◦ green 164 ◦ blue 139

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

Shades of Tonys Pink #DFA48B

Tints of Tonys Pink #DFA48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.43%

R = 42.4%
G = 31.18%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFA48B (or 0xDFA48B) is known color: Tonys Pink. HEX triplet: DF, A4 and 8B. RGB value is (223,164,139). Sum of RGB (Red+Green+Blue) = 223+164+139=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA48B is #205B74. Grayscale: #B2B2B2. Windows color (decimal): -2120565 or 9151711. OLE color: 9151711.

HSL color Cylindrical-coordinate representation of color #DFA48B: hue angle of 17.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFA48B is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 164 139 -
CMYK 0 0.26 0.38 0.13
HSL 17.86º 0.57% 0.71% -
HSV(B) 17.86º 0.38% 0.87% -
XYZ 48.37 44.1 30.39 -
YUV 178.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 223 164 139 0 0.26 0.38 0.13 17.86 0.57 0.71
Hex DF A4 8B 0 1A 26 D 12 39 47
Octal 337 244 213 0 32 46 15 22 71 107
Binary 11011111 10100100 10001011 0 11010 100110 1101 10010 111001 1000111

Color Harmonies of #DFA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA48B

Black with #DFA48B

Text Example


Text Example

White with #DFA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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