Html Css Color HEX #DFA38B Tonys Pink

📋 copy color: '#DFA38B'

red 223 ◦ green 163 ◦ blue 139

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

Shades of Tonys Pink #DFA38B

Tints of Tonys Pink #DFA38B

RGB

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

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

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

R = 42.48%
G = 31.05%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFA38B (or 0xDFA38B) is known color: Tonys Pink. HEX triplet: DF, A3 and 8B. RGB value is (223,163,139). Sum of RGB (Red+Green+Blue) = 223+163+139=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA38B is #205C74. Grayscale: #B2B2B2. Windows color (decimal): -2120821 or 9151455. OLE color: 9151455.

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

Color convert

RGB 223 163 139 -
CMYK 0 0.27 0.38 0.13
HSL 17.14º 0.57% 0.71% -
HSV(B) 17.14º 0.38% 0.87% -
XYZ 48.19 43.75 30.33 -
YUV 178.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 223 163 139 0 0.27 0.38 0.13 17.14 0.57 0.71
Hex DF A3 8B 0 1B 26 D 11 39 47
Octal 337 243 213 0 33 46 15 21 71 107
Binary 11011111 10100011 10001011 0 11011 100110 1101 10001 111001 1000111

Color Harmonies of #DFA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA38B

Black with #DFA38B

Text Example


Text Example

White with #DFA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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