Html Css Color HEX #DD9685 Tonys Pink

📋 copy color: '#DD9685'

red 221 ◦ green 150 ◦ blue 133

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

Shades of Tonys Pink #DD9685

Tints of Tonys Pink #DD9685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

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

R = 43.85%
G = 29.76%
B = 26.39%

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

#DD9685 (or 0xDD9685) is known color: Tonys Pink. HEX triplet: DD, 96 and 85. RGB value is (221,150,133). Sum of RGB (Red+Green+Blue) = 221+150+133=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9685 is #22697A. Grayscale: #A9A9A9. Windows color (decimal): -2255227 or 8754909. OLE color: 8754909.

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

Color convert

RGB 221 150 133 -
CMYK 0 0.32 0.40 0.13
HSL 11.59º 0.56% 0.69% -
HSV(B) 11.59º 0.4% 0.87% -
XYZ 44.96 38.88 27.32 -
YUV 169.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 221 150 133 0 0.32 0.40 0.13 11.59 0.56 0.69
Hex DD 96 85 0 20 28 D C 38 45
Octal 335 226 205 0 40 50 15 14 70 105
Binary 11011101 10010110 10000101 0 100000 101000 1101 1100 111000 1000101

Color Harmonies of #DD9685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9685

Black with #DD9685

Text Example


Text Example

White with #DD9685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9685; }

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

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

background-color css

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

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

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

border-color css

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

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

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