Html Css Color HEX #DDA08A Tonys Pink

📋 copy color: '#DDA08A'

red 221 ◦ green 160 ◦ blue 138

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

Shades of Tonys Pink #DDA08A

Tints of Tonys Pink #DDA08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.59%

R = 42.58%
G = 30.83%
B = 26.59%

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

#DDA08A (or 0xDDA08A) is known color: Tonys Pink. HEX triplet: DD, A0 and 8A. RGB value is (221,160,138). Sum of RGB (Red+Green+Blue) = 221+160+138=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA08A is #225F75. Grayscale: #AFAFAF. Windows color (decimal): -2252662 or 9085149. OLE color: 9085149.

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

Color convert

RGB 221 160 138 -
CMYK 0 0.28 0.38 0.13
HSL 15.9º 0.55% 0.7% -
HSV(B) 15.9º 0.38% 0.87% -
XYZ 46.98 42.35 29.74 -
YUV 175.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 221 160 138 0 0.28 0.38 0.13 15.9 0.55 0.7
Hex DD A0 8A 0 1C 26 D 10 37 46
Octal 335 240 212 0 34 46 15 20 67 106
Binary 11011101 10100000 10001010 0 11100 100110 1101 10000 110111 1000110

Color Harmonies of #DDA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA08A

Black with #DDA08A

Text Example


Text Example

White with #DDA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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