Html Css Color HEX #DDA08C Tonys Pink

📋 copy color: '#DDA08C'

red 221 ◦ green 160 ◦ blue 140

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

Shades of Tonys Pink #DDA08C

Tints of Tonys Pink #DDA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.87%

R = 42.42%
G = 30.71%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDA08C (or 0xDDA08C) is known color: Tonys Pink. HEX triplet: DD, A0 and 8C. RGB value is (221,160,140). Sum of RGB (Red+Green+Blue) = 221+160+140=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA08C is #225F73. Grayscale: #B0B0B0. Windows color (decimal): -2252660 or 9216221. OLE color: 9216221.

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

Color convert

RGB 221 160 140 -
CMYK 0 0.28 0.37 0.13
HSL 14.81º 0.54% 0.71% -
HSV(B) 14.81º 0.37% 0.87% -
XYZ 47.12 42.41 30.51 -
YUV 175.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 221 160 140 0 0.28 0.37 0.13 14.81 0.54 0.71
Hex DD A0 8C 0 1C 25 D F 36 47
Octal 335 240 214 0 34 45 15 17 66 107
Binary 11011101 10100000 10001100 0 11100 100101 1101 1111 110110 1000111

Color Harmonies of #DDA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA08C

Black with #DDA08C

Text Example


Text Example

White with #DDA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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