Html Css Color HEX #DDA08D Tonys Pink

📋 copy color: '#DDA08D'

red 221 ◦ green 160 ◦ blue 141

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

Shades of Tonys Pink #DDA08D

Tints of Tonys Pink #DDA08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 42.34%
G = 30.65%
B = 27.01%

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

#DDA08D (or 0xDDA08D) is known color: Tonys Pink. HEX triplet: DD, A0 and 8D. RGB value is (221,160,141). Sum of RGB (Red+Green+Blue) = 221+160+141=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA08D is #225F72. Grayscale: #B0B0B0. Windows color (decimal): -2252659 or 9281757. OLE color: 9281757.

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

Color convert

RGB 221 160 141 -
CMYK 0 0.28 0.36 0.13
HSL 14.25º 0.54% 0.71% -
HSV(B) 14.25º 0.36% 0.87% -
XYZ 47.2 42.44 30.9 -
YUV 176.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 221 160 141 0 0.28 0.36 0.13 14.25 0.54 0.71
Hex DD A0 8D 0 1C 24 D E 36 47
Octal 335 240 215 0 34 44 15 16 66 107
Binary 11011101 10100000 10001101 0 11100 100100 1101 1110 110110 1000111

Color Harmonies of #DDA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA08D

Black with #DDA08D

Text Example


Text Example

White with #DDA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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