Html Css Color HEX #DD886F New York Pink

📋 copy color: '#DD886F'

red 221 ◦ green 136 ◦ blue 111

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

Shades of New York Pink #DD886F

Tints of New York Pink #DD886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 47.22%
G = 29.06%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD886F (or 0xDD886F) is known color: New York Pink. HEX triplet: DD, 88 and 6F. RGB value is (221,136,111). Sum of RGB (Red+Green+Blue) = 221+136+111=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD886F is #227790. Grayscale: #9E9E9E. Windows color (decimal): -2258833 or 7309533. OLE color: 7309533.

HSL color Cylindrical-coordinate representation of color #DD886F: hue angle of 13.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD886F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 111 -
CMYK 0 0.38 0.50 0.13
HSL 13.64º 0.62% 0.65% -
HSV(B) 13.64º 0.5% 0.87% -
XYZ 41.49 34.13 19.44 -
YUV 158.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 221 136 111 0 0.38 0.50 0.13 13.64 0.62 0.65
Hex DD 88 6F 0 26 32 D E 3E 41
Octal 335 210 157 0 46 62 15 16 76 101
Binary 11011101 10001000 1101111 0 100110 110010 1101 1110 111110 1000001

Color Harmonies of #DD886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD886F

Black with #DD886F

Text Example


Text Example

White with #DD886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD886F; }

 p { color: rgb(221,136,111); }

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

background-color css

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

 a { background-color: rgb(221,136,111); }

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

border-color css

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

 span { border-color: rgb(221,136,111); }

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