Html Css Color HEX #DFA28C Tonys Pink

📋 copy color: '#DFA28C'

red 223 ◦ green 162 ◦ blue 140

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

Shades of Tonys Pink #DFA28C

Tints of Tonys Pink #DFA28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

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

R = 42.48%
G = 30.86%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFA28C (or 0xDFA28C) is known color: Tonys Pink. HEX triplet: DF, A2 and 8C. RGB value is (223,162,140). Sum of RGB (Red+Green+Blue) = 223+162+140=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28C is #205D73. Grayscale: #B1B1B1. Windows color (decimal): -2121076 or 9216735. OLE color: 9216735.

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

Color convert

RGB 223 162 140 -
CMYK 0 0.27 0.37 0.13
HSL 15.9º 0.56% 0.71% -
HSV(B) 15.9º 0.37% 0.87% -
XYZ 48.09 43.42 30.66 -
YUV 177.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 223 162 140 0 0.27 0.37 0.13 15.9 0.56 0.71
Hex DF A2 8C 0 1B 25 D 10 38 47
Octal 337 242 214 0 33 45 15 20 70 107
Binary 11011111 10100010 10001100 0 11011 100101 1101 10000 111000 1000111

Color Harmonies of #DFA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA28C

Black with #DFA28C

Text Example


Text Example

White with #DFA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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