Html Css Color HEX #D18076 New York Pink

📋 copy color: '#D18076'

red 209 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #D18076

Tints of New York Pink #D18076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 45.93%
G = 28.13%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18076 (or 0xD18076) is known color: New York Pink. HEX triplet: D1, 80 and 76. RGB value is (209,128,118). Sum of RGB (Red+Green+Blue) = 209+128+118=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D18076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18076 is #2E7F89. Grayscale: #979797. Windows color (decimal): -3047306 or 7766225. OLE color: 7766225.

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

Color convert

RGB 209 128 118 -
CMYK 0 0.39 0.44 0.18
HSL 6.59º 0.5% 0.64% -
HSV(B) 6.59º 0.44% 0.82% -
XYZ 37.28 30.3 21.02 -
YUV 151.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 209 128 118 0 0.39 0.44 0.18 6.59 0.5 0.64
Hex D1 80 76 0 27 2C 12 7 32 40
Octal 321 200 166 0 47 54 22 7 62 100
Binary 11010001 10000000 1110110 0 100111 101100 10010 111 110010 1000000

Color Harmonies of #D18076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18076

Black with #D18076

Text Example


Text Example

White with #D18076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18076; }

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

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

background-color css

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

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

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

border-color css

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

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

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