Html Css Color HEX #DD9C8A Tonys Pink

📋 copy color: '#DD9C8A'

red 221 ◦ green 156 ◦ blue 138

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

Shades of Tonys Pink #DD9C8A

Tints of Tonys Pink #DD9C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

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

R = 42.91%
G = 30.29%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9C8A (or 0xDD9C8A) is known color: Tonys Pink. HEX triplet: DD, 9C and 8A. RGB value is (221,156,138). Sum of RGB (Red+Green+Blue) = 221+156+138=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C8A is #226375. Grayscale: #ADADAD. Windows color (decimal): -2253686 or 9084125. OLE color: 9084125.

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

Color convert

RGB 221 156 138 -
CMYK 0 0.29 0.38 0.13
HSL 13.01º 0.55% 0.7% -
HSV(B) 13.01º 0.38% 0.87% -
XYZ 46.29 40.98 29.52 -
YUV 173.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 221 156 138 0 0.29 0.38 0.13 13.01 0.55 0.7
Hex DD 9C 8A 0 1D 26 D D 37 46
Octal 335 234 212 0 35 46 15 15 67 106
Binary 11011101 10011100 10001010 0 11101 100110 1101 1101 110111 1000110

Color Harmonies of #DD9C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C8A

Black with #DD9C8A

Text Example


Text Example

White with #DD9C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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