Html Css Color HEX #DFA38A Tonys Pink

📋 copy color: '#DFA38A'

red 223 ◦ green 163 ◦ blue 138

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

Shades of Tonys Pink #DFA38A

Tints of Tonys Pink #DFA38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 42.56%
G = 31.11%
B = 26.34%

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

#DFA38A (or 0xDFA38A) is known color: Tonys Pink. HEX triplet: DF, A3 and 8A. RGB value is (223,163,138). Sum of RGB (Red+Green+Blue) = 223+163+138=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA38A is #205C75. Grayscale: #B2B2B2. Windows color (decimal): -2120822 or 9085919. OLE color: 9085919.

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

Color convert

RGB 223 163 138 -
CMYK 0 0.27 0.38 0.13
HSL 17.65º 0.57% 0.71% -
HSV(B) 17.65º 0.38% 0.87% -
XYZ 48.12 43.72 29.95 -
YUV 178.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 223 163 138 0 0.27 0.38 0.13 17.65 0.57 0.71
Hex DF A3 8A 0 1B 26 D 12 39 47
Octal 337 243 212 0 33 46 15 22 71 107
Binary 11011111 10100011 10001010 0 11011 100110 1101 10010 111001 1000111

Color Harmonies of #DFA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA38A

Black with #DFA38A

Text Example


Text Example

White with #DFA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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