Html Css Color HEX #DD9785 Tonys Pink

📋 copy color: '#DD9785'

red 221 ◦ green 151 ◦ blue 133

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

Shades of Tonys Pink #DD9785

Tints of Tonys Pink #DD9785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.9%

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 43.76%
G = 29.9%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD9785 (or 0xDD9785) is known color: Tonys Pink. HEX triplet: DD, 97 and 85. RGB value is (221,151,133). Sum of RGB (Red+Green+Blue) = 221+151+133=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9785 is #22687A. Grayscale: #AAAAAA. Windows color (decimal): -2254971 or 8755165. OLE color: 8755165.

HSL color Cylindrical-coordinate representation of color #DD9785: hue angle of 12.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD9785 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 133 -
CMYK 0 0.32 0.40 0.13
HSL 12.27º 0.56% 0.69% -
HSV(B) 12.27º 0.4% 0.87% -
XYZ 45.12 39.2 27.38 -
YUV 169.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 221 151 133 0 0.32 0.40 0.13 12.27 0.56 0.69
Hex DD 97 85 0 20 28 D C 38 45
Octal 335 227 205 0 40 50 15 14 70 105
Binary 11011101 10010111 10000101 0 100000 101000 1101 1100 111000 1000101

Color Harmonies of #DD9785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9785

Black with #DD9785

Text Example


Text Example

White with #DD9785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9785; }

 p { color: rgb(221,151,133); }

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

background-color css

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

 a { background-color: rgb(221,151,133); }

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

border-color css

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

 span { border-color: rgb(221,151,133); }

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