Html Css Color HEX #DD8D77 New York Pink

📋 copy color: '#DD8D77'

red 221 ◦ green 141 ◦ blue 119

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

Shades of New York Pink #DD8D77

Tints of New York Pink #DD8D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 45.95%
G = 29.31%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD8D77 (or 0xDD8D77) is known color: New York Pink. HEX triplet: DD, 8D and 77. RGB value is (221,141,119). Sum of RGB (Red+Green+Blue) = 221+141+119=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D77 is #227288. Grayscale: #A2A2A2. Windows color (decimal): -2257545 or 7835101. OLE color: 7835101.

HSL color Cylindrical-coordinate representation of color #DD8D77: hue angle of 12.94º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8D77 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 141 119 -
CMYK 0 0.36 0.46 0.13
HSL 12.94º 0.6% 0.67% -
HSV(B) 12.94º 0.46% 0.87% -
XYZ 42.67 35.75 22.1 -
YUV 162.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 221 141 119 0 0.36 0.46 0.13 12.94 0.6 0.67
Hex DD 8D 77 0 24 2E D D 3C 43
Octal 335 215 167 0 44 56 15 15 74 103
Binary 11011101 10001101 1110111 0 100100 101110 1101 1101 111100 1000011

Color Harmonies of #DD8D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D77

Black with #DD8D77

Text Example


Text Example

White with #DD8D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D77; }

 p { color: rgb(221,141,119); }

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

background-color css

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

 a { background-color: rgb(221,141,119); }

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

border-color css

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

 span { border-color: rgb(221,141,119); }

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