Html Css Color HEX #DD8678 New York Pink

📋 copy color: '#DD8678'

red 221 ◦ green 134 ◦ blue 120

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

Shades of New York Pink #DD8678

Tints of New York Pink #DD8678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 46.53%
G = 28.21%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD8678 (or 0xDD8678) is known color: New York Pink. HEX triplet: DD, 86 and 78. RGB value is (221,134,120). Sum of RGB (Red+Green+Blue) = 221+134+120=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8678 is #227987. Grayscale: #9E9E9E. Windows color (decimal): -2259336 or 7898845. OLE color: 7898845.

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

Color convert

RGB 221 134 120 -
CMYK 0 0.39 0.46 0.13
HSL 8.32º 0.6% 0.67% -
HSV(B) 8.32º 0.46% 0.87% -
XYZ 41.73 33.78 22.09 -
YUV 158.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 221 134 120 0 0.39 0.46 0.13 8.32 0.6 0.67
Hex DD 86 78 0 27 2E D 8 3C 43
Octal 335 206 170 0 47 56 15 10 74 103
Binary 11011101 10000110 1111000 0 100111 101110 1101 1000 111100 1000011

Color Harmonies of #DD8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8678

Black with #DD8678

Text Example


Text Example

White with #DD8678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8678; }

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

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

background-color css

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

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

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

border-color css

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

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

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