Html Css Color HEX #D18376 New York Pink

📋 copy color: '#D18376'

red 209 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #D18376

Tints of New York Pink #D18376

RGB

 RED value IS 209 (82.03% from 255) = 45.63%

 GREEN value IS 131 (51.56% from 255) = 28.6%

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

R = 45.63%
G = 28.6%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18376 (or 0xD18376) is known color: New York Pink. HEX triplet: D1, 83 and 76. RGB value is (209,131,118). Sum of RGB (Red+Green+Blue) = 209+131+118=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18376 is #2E7C89. Grayscale: #989898. Windows color (decimal): -3046538 or 7766993. OLE color: 7766993.

HSL color Cylindrical-coordinate representation of color #D18376: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18376 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 118 -
CMYK 0 0.37 0.44 0.18
HSL 8.57º 0.5% 0.64% -
HSV(B) 8.57º 0.44% 0.82% -
XYZ 37.68 31.1 21.16 -
YUV 152.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 209 131 118 0 0.37 0.44 0.18 8.57 0.5 0.64
Hex D1 83 76 0 25 2C 12 9 32 40
Octal 321 203 166 0 45 54 22 11 62 100
Binary 11010001 10000011 1110110 0 100101 101100 10010 1001 110010 1000000

Color Harmonies of #D18376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18376

Black with #D18376

Text Example


Text Example

White with #D18376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18376; }

 p { color: rgb(209,131,118); }

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

background-color css

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

 a { background-color: rgb(209,131,118); }

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

border-color css

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

 span { border-color: rgb(209,131,118); }

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