Html Css Color HEX #DD8976 New York Pink

📋 copy color: '#DD8976'

red 221 ◦ green 137 ◦ blue 118

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

Shades of New York Pink #DD8976

Tints of New York Pink #DD8976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

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

R = 46.43%
G = 28.78%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8976 (or 0xDD8976) is known color: New York Pink. HEX triplet: DD, 89 and 76. RGB value is (221,137,118). Sum of RGB (Red+Green+Blue) = 221+137+118=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8976 is #227689. Grayscale: #A0A0A0. Windows color (decimal): -2258570 or 7768541. OLE color: 7768541.

HSL color Cylindrical-coordinate representation of color #DD8976: hue angle of 11.07º 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 #DD8976 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 118 -
CMYK 0 0.38 0.47 0.13
HSL 11.07º 0.6% 0.66% -
HSV(B) 11.07º 0.47% 0.87% -
XYZ 42.03 34.57 21.6 -
YUV 159.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 221 137 118 0 0.38 0.47 0.13 11.07 0.6 0.66
Hex DD 89 76 0 26 2F D B 3C 42
Octal 335 211 166 0 46 57 15 13 74 102
Binary 11011101 10001001 1110110 0 100110 101111 1101 1011 111100 1000010

Color Harmonies of #DD8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8976

Black with #DD8976

Text Example


Text Example

White with #DD8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8976; }

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

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

background-color css

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

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

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

border-color css

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

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

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