Html Css Color HEX #DFA08C Tonys Pink

📋 copy color: '#DFA08C'

red 223 ◦ green 160 ◦ blue 140

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

Shades of Tonys Pink #DFA08C

Tints of Tonys Pink #DFA08C

RGB

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

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

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

R = 42.64%
G = 30.59%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFA08C (or 0xDFA08C) is known color: Tonys Pink. HEX triplet: DF, A0 and 8C. RGB value is (223,160,140). Sum of RGB (Red+Green+Blue) = 223+160+140=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA08C is #205F73. Grayscale: #B0B0B0. Windows color (decimal): -2121588 or 9216223. OLE color: 9216223.

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

Color convert

RGB 223 160 140 -
CMYK 0 0.28 0.37 0.13
HSL 14.46º 0.56% 0.71% -
HSV(B) 14.46º 0.37% 0.87% -
XYZ 47.74 42.72 30.54 -
YUV 176.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 223 160 140 0 0.28 0.37 0.13 14.46 0.56 0.71
Hex DF A0 8C 0 1C 25 D E 38 47
Octal 337 240 214 0 34 45 15 16 70 107
Binary 11011111 10100000 10001100 0 11100 100101 1101 1110 111000 1000111

Color Harmonies of #DFA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA08C

Black with #DFA08C

Text Example


Text Example

White with #DFA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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