Html Css Color HEX #D18477 New York Pink

📋 copy color: '#D18477'

red 209 ◦ green 132 ◦ blue 119

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

Shades of New York Pink #D18477

Tints of New York Pink #D18477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.7%

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

R = 45.43%
G = 28.7%
B = 25.87%

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

#D18477 (or 0xD18477) is known color: New York Pink. HEX triplet: D1, 84 and 77. RGB value is (209,132,119). Sum of RGB (Red+Green+Blue) = 209+132+119=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D18477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18477 is #2E7B88. Grayscale: #999999. Windows color (decimal): -3046281 or 7832785. OLE color: 7832785.

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

Color convert

RGB 209 132 119 -
CMYK 0 0.37 0.43 0.18
HSL 8.67º 0.49% 0.64% -
HSV(B) 8.67º 0.43% 0.82% -
XYZ 37.88 31.39 21.52 -
YUV 153.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 209 132 119 0 0.37 0.43 0.18 8.67 0.49 0.64
Hex D1 84 77 0 25 2B 12 9 31 40
Octal 321 204 167 0 45 53 22 11 61 100
Binary 11010001 10000100 1110111 0 100101 101011 10010 1001 110001 1000000

Color Harmonies of #D18477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18477

Black with #D18477

Text Example


Text Example

White with #D18477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18477; }

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

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

background-color css

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

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

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

border-color css

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

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

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