Html Css Color HEX #D58876 New York Pink

📋 copy color: '#D58876'

red 213 ◦ green 136 ◦ blue 118

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

Shades of New York Pink #D58876

Tints of New York Pink #D58876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

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

R = 45.61%
G = 29.12%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58876 (or 0xD58876) is known color: New York Pink. HEX triplet: D5, 88 and 76. RGB value is (213,136,118). Sum of RGB (Red+Green+Blue) = 213+136+118=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D58876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58876 is #2A7789. Grayscale: #9D9D9D. Windows color (decimal): -2783114 or 7768277. OLE color: 7768277.

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

Color convert

RGB 213 136 118 -
CMYK 0 0.36 0.45 0.16
HSL 11.37º 0.53% 0.65% -
HSV(B) 11.37º 0.45% 0.84% -
XYZ 39.51 33.06 21.44 -
YUV 156.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 213 136 118 0 0.36 0.45 0.16 11.37 0.53 0.65
Hex D5 88 76 0 24 2D 10 B 35 41
Octal 325 210 166 0 44 55 20 13 65 101
Binary 11010101 10001000 1110110 0 100100 101101 10000 1011 110101 1000001

Color Harmonies of #D58876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58876

Black with #D58876

Text Example


Text Example

White with #D58876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58876; }

 p { color: rgb(213,136,118); }

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

background-color css

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

 a { background-color: rgb(213,136,118); }

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

border-color css

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

 span { border-color: rgb(213,136,118); }

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