Html Css Color HEX #D18270 New York Pink

📋 copy color: '#D18270'

red 209 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #D18270

Tints of New York Pink #D18270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 46.34%
G = 28.82%
B = 24.83%

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

#D18270 (or 0xD18270) is known color: New York Pink. HEX triplet: D1, 82 and 70. RGB value is (209,130,112). Sum of RGB (Red+Green+Blue) = 209+130+112=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D18270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18270 is #2E7D8F. Grayscale: #979797. Windows color (decimal): -3046800 or 7373521. OLE color: 7373521.

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

Color convert

RGB 209 130 112 -
CMYK 0 0.38 0.46 0.18
HSL 11.13º 0.51% 0.63% -
HSV(B) 11.13º 0.46% 0.82% -
XYZ 37.2 30.69 19.29 -
YUV 151.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 209 130 112 0 0.38 0.46 0.18 11.13 0.51 0.63
Hex D1 82 70 0 26 2E 12 B 33 3F
Octal 321 202 160 0 46 56 22 13 63 77
Binary 11010001 10000010 1110000 0 100110 101110 10010 1011 110011 111111

Color Harmonies of #D18270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18270

Black with #D18270

Text Example


Text Example

White with #D18270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18270; }

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

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

background-color css

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

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

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

border-color css

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

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

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