Html Css Color HEX #DD8872 New York Pink

📋 copy color: '#DD8872'

red 221 ◦ green 136 ◦ blue 114

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

Shades of New York Pink #DD8872

Tints of New York Pink #DD8872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.2%

R = 46.92%
G = 28.87%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD8872 (or 0xDD8872) is known color: New York Pink. HEX triplet: DD, 88 and 72. RGB value is (221,136,114). Sum of RGB (Red+Green+Blue) = 221+136+114=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8872 is #22778D. Grayscale: #9F9F9F. Windows color (decimal): -2258830 or 7506141. OLE color: 7506141.

HSL color Cylindrical-coordinate representation of color #DD8872: hue angle of 12.34º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD8872 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 114 -
CMYK 0 0.38 0.48 0.13
HSL 12.34º 0.61% 0.66% -
HSV(B) 12.34º 0.48% 0.87% -
XYZ 41.66 34.2 20.32 -
YUV 158.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 221 136 114 0 0.38 0.48 0.13 12.34 0.61 0.66
Hex DD 88 72 0 26 30 D C 3D 42
Octal 335 210 162 0 46 60 15 14 75 102
Binary 11011101 10001000 1110010 0 100110 110000 1101 1100 111101 1000010

Color Harmonies of #DD8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8872

Black with #DD8872

Text Example


Text Example

White with #DD8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8872; }

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

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

background-color css

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

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

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

border-color css

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

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

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