Html Css Color HEX #D58677 New York Pink

📋 copy color: '#D58677'

red 213 ◦ green 134 ◦ blue 119

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

Shades of New York Pink #D58677

Tints of New York Pink #D58677

RGB

 RED value IS 213 (83.59% from 255) = 45.71%

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

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

R = 45.71%
G = 28.76%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D58677 (or 0xD58677) is known color: New York Pink. HEX triplet: D5, 86 and 77. RGB value is (213,134,119). Sum of RGB (Red+Green+Blue) = 213+134+119=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58677 is #2A7988. Grayscale: #9C9C9C. Windows color (decimal): -2783625 or 7833301. OLE color: 7833301.

HSL color Cylindrical-coordinate representation of color #D58677: hue angle of 9.57º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58677 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 119 -
CMYK 0 0.37 0.44 0.16
HSL 9.57º 0.53% 0.65% -
HSV(B) 9.57º 0.44% 0.84% -
XYZ 39.3 32.53 21.66 -
YUV 155.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 213 134 119 0 0.37 0.44 0.16 9.57 0.53 0.65
Hex D5 86 77 0 25 2C 10 A 35 41
Octal 325 206 167 0 45 54 20 12 65 101
Binary 11010101 10000110 1110111 0 100101 101100 10000 1010 110101 1000001

Color Harmonies of #D58677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58677

Black with #D58677

Text Example


Text Example

White with #D58677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58677; }

 p { color: rgb(213,134,119); }

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

background-color css

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

 a { background-color: rgb(213,134,119); }

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

border-color css

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

 span { border-color: rgb(213,134,119); }

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