Html Css Color HEX #D18170 New York Pink

📋 copy color: '#D18170'

red 209 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #D18170

Tints of New York Pink #D18170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.67%

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 46.44%
G = 28.67%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D18170 (or 0xD18170) is known color: New York Pink. HEX triplet: D1, 81 and 70. RGB value is (209,129,112). Sum of RGB (Red+Green+Blue) = 209+129+112=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D18170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18170 is #2E7E8F. Grayscale: #979797. Windows color (decimal): -3047056 or 7373265. OLE color: 7373265.

HSL color Cylindrical-coordinate representation of color #D18170: hue angle of 10.52º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D18170 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 112 -
CMYK 0 0.38 0.46 0.18
HSL 10.52º 0.51% 0.63% -
HSV(B) 10.52º 0.46% 0.82% -
XYZ 37.07 30.43 19.25 -
YUV 150.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 209 129 112 0 0.38 0.46 0.18 10.52 0.51 0.63
Hex D1 81 70 0 26 2E 12 B 33 3F
Octal 321 201 160 0 46 56 22 13 63 77
Binary 11010001 10000001 1110000 0 100110 101110 10010 1011 110011 111111

Color Harmonies of #D18170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18170

Black with #D18170

Text Example


Text Example

White with #D18170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18170; }

 p { color: rgb(209,129,112); }

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

background-color css

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

 a { background-color: rgb(209,129,112); }

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

border-color css

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

 span { border-color: rgb(209,129,112); }

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