Html Css Color HEX #DD9684 Tonys Pink

📋 copy color: '#DD9684'

red 221 ◦ green 150 ◦ blue 132

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

Shades of Tonys Pink #DD9684

Tints of Tonys Pink #DD9684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.24%

R = 43.94%
G = 29.82%
B = 26.24%

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

#DD9684 (or 0xDD9684) is known color: Tonys Pink. HEX triplet: DD, 96 and 84. RGB value is (221,150,132). Sum of RGB (Red+Green+Blue) = 221+150+132=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9684 is #22697B. Grayscale: #A9A9A9. Windows color (decimal): -2255228 or 8689373. OLE color: 8689373.

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

Color convert

RGB 221 150 132 -
CMYK 0 0.32 0.40 0.13
HSL 12.13º 0.57% 0.69% -
HSV(B) 12.13º 0.4% 0.87% -
XYZ 44.89 38.85 26.96 -
YUV 169.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 221 150 132 0 0.32 0.40 0.13 12.13 0.57 0.69
Hex DD 96 84 0 20 28 D C 39 45
Octal 335 226 204 0 40 50 15 14 71 105
Binary 11011101 10010110 10000100 0 100000 101000 1101 1100 111001 1000101

Color Harmonies of #DD9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9684

Black with #DD9684

Text Example


Text Example

White with #DD9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9684; }

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

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

background-color css

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

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

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

border-color css

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

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

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