Html Css Color HEX #DDA088 Tonys Pink

📋 copy color: '#DDA088'

red 221 ◦ green 160 ◦ blue 136

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

Shades of Tonys Pink #DDA088

Tints of Tonys Pink #DDA088

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 136 (53.52% from 255) = 26.31%

R = 42.75%
G = 30.95%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA088 (or 0xDDA088) is known color: Tonys Pink. HEX triplet: DD, A0 and 88. RGB value is (221,160,136). Sum of RGB (Red+Green+Blue) = 221+160+136=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA088 is #225F77. Grayscale: #AFAFAF. Windows color (decimal): -2252664 or 8954077. OLE color: 8954077.

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

Color convert

RGB 221 160 136 -
CMYK 0 0.28 0.38 0.13
HSL 16.94º 0.56% 0.7% -
HSV(B) 16.94º 0.38% 0.87% -
XYZ 46.83 42.29 28.99 -
YUV 175.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 221 160 136 0 0.28 0.38 0.13 16.94 0.56 0.7
Hex DD A0 88 0 1C 26 D 11 38 46
Octal 335 240 210 0 34 46 15 21 70 106
Binary 11011101 10100000 10001000 0 11100 100110 1101 10001 111000 1000110

Color Harmonies of #DDA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA088

Black with #DDA088

Text Example


Text Example

White with #DDA088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA088; }

 p { color: rgb(221,160,136); }

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

background-color css

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

 a { background-color: rgb(221,160,136); }

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

border-color css

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

 span { border-color: rgb(221,160,136); }

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