Html Css Color HEX #D18676 New York Pink

📋 copy color: '#D18676'

red 209 ◦ green 134 ◦ blue 118

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

Shades of New York Pink #D18676

Tints of New York Pink #D18676

RGB

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

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

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

R = 45.34%
G = 29.07%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18676 (or 0xD18676) is known color: New York Pink. HEX triplet: D1, 86 and 76. RGB value is (209,134,118). Sum of RGB (Red+Green+Blue) = 209+134+118=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D18676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18676 is #2E7989. Grayscale: #9A9A9A. Windows color (decimal): -3045770 or 7767761. OLE color: 7767761.

HSL color Cylindrical-coordinate representation of color #D18676: hue angle of 10.55º 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 #D18676 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 118 -
CMYK 0 0.36 0.44 0.18
HSL 10.55º 0.5% 0.64% -
HSV(B) 10.55º 0.44% 0.82% -
XYZ 38.09 31.91 21.29 -
YUV 154.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 209 134 118 0 0.36 0.44 0.18 10.55 0.5 0.64
Hex D1 86 76 0 24 2C 12 B 32 40
Octal 321 206 166 0 44 54 22 13 62 100
Binary 11010001 10000110 1110110 0 100100 101100 10010 1011 110010 1000000

Color Harmonies of #D18676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18676

Black with #D18676

Text Example


Text Example

White with #D18676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18676; }

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

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

background-color css

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

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

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

border-color css

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

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

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