Html Css Color HEX #DD8D76 New York Pink

📋 copy color: '#DD8D76'

red 221 ◦ green 141 ◦ blue 118

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

Shades of New York Pink #DD8D76

Tints of New York Pink #DD8D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 46.04%
G = 29.38%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8D76 (or 0xDD8D76) is known color: New York Pink. HEX triplet: DD, 8D and 76. RGB value is (221,141,118). Sum of RGB (Red+Green+Blue) = 221+141+118=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D76 is #227289. Grayscale: #A2A2A2. Windows color (decimal): -2257546 or 7769565. OLE color: 7769565.

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

Color convert

RGB 221 141 118 -
CMYK 0 0.36 0.47 0.13
HSL 13.4º 0.6% 0.66% -
HSV(B) 13.4º 0.47% 0.87% -
XYZ 42.61 35.73 21.79 -
YUV 162.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 221 141 118 0 0.36 0.47 0.13 13.4 0.6 0.66
Hex DD 8D 76 0 24 2F D D 3C 42
Octal 335 215 166 0 44 57 15 15 74 102
Binary 11011101 10001101 1110110 0 100100 101111 1101 1101 111100 1000010

Color Harmonies of #DD8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D76

Black with #DD8D76

Text Example


Text Example

White with #DD8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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