Html Css Color HEX #DDA18B Tonys Pink

📋 copy color: '#DDA18B'

red 221 ◦ green 161 ◦ blue 139

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

Shades of Tonys Pink #DDA18B

Tints of Tonys Pink #DDA18B

RGB

 RED value IS 221 (86.72% from 255) = 42.42%

 GREEN value IS 161 (63.28% from 255) = 30.9%

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

R = 42.42%
G = 30.9%
B = 26.68%

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

#DDA18B (or 0xDDA18B) is known color: Tonys Pink. HEX triplet: DD, A1 and 8B. RGB value is (221,161,139). Sum of RGB (Red+Green+Blue) = 221+161+139=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA18B is #225E74. Grayscale: #B0B0B0. Windows color (decimal): -2252405 or 9150941. OLE color: 9150941.

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

Color convert

RGB 221 161 139 -
CMYK 0 0.27 0.37 0.13
HSL 16.1º 0.55% 0.71% -
HSV(B) 16.1º 0.37% 0.87% -
XYZ 47.22 42.73 30.18 -
YUV 176.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 221 161 139 0 0.27 0.37 0.13 16.1 0.55 0.71
Hex DD A1 8B 0 1B 25 D 10 37 47
Octal 335 241 213 0 33 45 15 20 67 107
Binary 11011101 10100001 10001011 0 11011 100101 1101 10000 110111 1000111

Color Harmonies of #DDA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA18B

Black with #DDA18B

Text Example


Text Example

White with #DDA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA18B; }

 p { color: rgb(221,161,139); }

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

background-color css

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

 a { background-color: rgb(221,161,139); }

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

border-color css

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

 span { border-color: rgb(221,161,139); }

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