Html Css Color HEX #DDA08E Tonys Pink

📋 copy color: '#DDA08E'

red 221 ◦ green 160 ◦ blue 142

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

Shades of Tonys Pink #DDA08E

Tints of Tonys Pink #DDA08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.15%

R = 42.26%
G = 30.59%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA08E (or 0xDDA08E) is known color: Tonys Pink. HEX triplet: DD, A0 and 8E. RGB value is (221,160,142). Sum of RGB (Red+Green+Blue) = 221+160+142=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA08E is #225F71. Grayscale: #B0B0B0. Windows color (decimal): -2252658 or 9347293. OLE color: 9347293.

HSL color Cylindrical-coordinate representation of color #DDA08E: hue angle of 13.67º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA08E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 142 -
CMYK 0 0.28 0.36 0.13
HSL 13.67º 0.54% 0.71% -
HSV(B) 13.67º 0.36% 0.87% -
XYZ 47.27 42.47 31.3 -
YUV 176.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 221 160 142 0 0.28 0.36 0.13 13.67 0.54 0.71
Hex DD A0 8E 0 1C 24 D E 36 47
Octal 335 240 216 0 34 44 15 16 66 107
Binary 11011101 10100000 10001110 0 11100 100100 1101 1110 110110 1000111

Color Harmonies of #DDA08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA08E

Black with #DDA08E

Text Example


Text Example

White with #DDA08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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