Html Css Color HEX #D18377 New York Pink

📋 copy color: '#D18377'

red 209 ◦ green 131 ◦ blue 119

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

Shades of New York Pink #D18377

Tints of New York Pink #D18377

RGB

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

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

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

R = 45.53%
G = 28.54%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D18377 (or 0xD18377) is known color: New York Pink. HEX triplet: D1, 83 and 77. RGB value is (209,131,119). Sum of RGB (Red+Green+Blue) = 209+131+119=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D18377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18377 is #2E7C88. Grayscale: #999999. Windows color (decimal): -3046537 or 7832529. OLE color: 7832529.

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

Color convert

RGB 209 131 119 -
CMYK 0 0.37 0.43 0.18
HSL 0.49% 0.64% -
HSV(B) 0.43% 0.82% -
XYZ 37.74 31.12 21.47 -
YUV 152.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 209 131 119 0 0.37 0.43 0.18 8 0.49 0.64
Hex D1 83 77 0 25 2B 12 8 31 40
Octal 321 203 167 0 45 53 22 10 61 100
Binary 11010001 10000011 1110111 0 100101 101011 10010 1000 110001 1000000

Color Harmonies of #D18377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18377

Black with #D18377

Text Example


Text Example

White with #D18377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18377; }

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

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

background-color css

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

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

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

border-color css

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

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

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