Html Css Color HEX #DD8679 New York Pink

📋 copy color: '#DD8679'

red 221 ◦ green 134 ◦ blue 121

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

Shades of New York Pink #DD8679

Tints of New York Pink #DD8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 46.43%
G = 28.15%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD8679 (or 0xDD8679) is known color: New York Pink. HEX triplet: DD, 86 and 79. RGB value is (221,134,121). Sum of RGB (Red+Green+Blue) = 221+134+121=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8679 is #227986. Grayscale: #9E9E9E. Windows color (decimal): -2259335 or 7964381. OLE color: 7964381.

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

Color convert

RGB 221 134 121 -
CMYK 0 0.39 0.45 0.13
HSL 7.8º 0.6% 0.67% -
HSV(B) 7.8º 0.45% 0.87% -
XYZ 41.8 33.8 22.41 -
YUV 158.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 221 134 121 0 0.39 0.45 0.13 7.8 0.6 0.67
Hex DD 86 79 0 27 2D D 8 3C 43
Octal 335 206 171 0 47 55 15 10 74 103
Binary 11011101 10000110 1111001 0 100111 101101 1101 1000 111100 1000011

Color Harmonies of #DD8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8679

Black with #DD8679

Text Example


Text Example

White with #DD8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8679; }

 p { color: rgb(221,134,121); }

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

background-color css

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

 a { background-color: rgb(221,134,121); }

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

border-color css

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

 span { border-color: rgb(221,134,121); }

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