Html Css Color HEX #DD9B89 Tonys Pink

📋 copy color: '#DD9B89'

red 221 ◦ green 155 ◦ blue 137

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

Shades of Tonys Pink #DD9B89

Tints of Tonys Pink #DD9B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

 BLUE value IS 137 (53.91% from 255) = 26.71%

R = 43.08%
G = 30.21%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9B89 (or 0xDD9B89) is known color: Tonys Pink. HEX triplet: DD, 9B and 89. RGB value is (221,155,137). Sum of RGB (Red+Green+Blue) = 221+155+137=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B89 is #226476. Grayscale: #ACACAC. Windows color (decimal): -2253943 or 9018333. OLE color: 9018333.

HSL color Cylindrical-coordinate representation of color #DD9B89: hue angle of 12.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9B89 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 155 137 -
CMYK 0 0.30 0.38 0.13
HSL 12.86º 0.55% 0.7% -
HSV(B) 12.86º 0.38% 0.87% -
XYZ 46.06 40.62 29.08 -
YUV 172.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 221 155 137 0 0.30 0.38 0.13 12.86 0.55 0.7
Hex DD 9B 89 0 1E 26 D D 37 46
Octal 335 233 211 0 36 46 15 15 67 106
Binary 11011101 10011011 10001001 0 11110 100110 1101 1101 110111 1000110

Color Harmonies of #DD9B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B89

Black with #DD9B89

Text Example


Text Example

White with #DD9B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B89; }

 p { color: rgb(221,155,137); }

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

background-color css

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

 a { background-color: rgb(221,155,137); }

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

border-color css

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

 span { border-color: rgb(221,155,137); }

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