Html Css Color HEX #D18271 New York Pink

📋 copy color: '#D18271'

red 209 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #D18271

Tints of New York Pink #D18271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25%

R = 46.24%
G = 28.76%
B = 25%

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

#D18271 (or 0xD18271) is known color: New York Pink. HEX triplet: D1, 82 and 71. RGB value is (209,130,113). Sum of RGB (Red+Green+Blue) = 209+130+113=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D18271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18271 is #2E7D8E. Grayscale: #979797. Windows color (decimal): -3046799 or 7439057. OLE color: 7439057.

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

Color convert

RGB 209 130 113 -
CMYK 0 0.38 0.46 0.18
HSL 10.63º 0.51% 0.63% -
HSV(B) 10.63º 0.46% 0.82% -
XYZ 37.26 30.71 19.59 -
YUV 151.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 209 130 113 0 0.38 0.46 0.18 10.63 0.51 0.63
Hex D1 82 71 0 26 2E 12 B 33 3F
Octal 321 202 161 0 46 56 22 13 63 77
Binary 11010001 10000010 1110001 0 100110 101110 10010 1011 110011 111111

Color Harmonies of #D18271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18271

Black with #D18271

Text Example


Text Example

White with #D18271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18271; }

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

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

background-color css

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

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

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

border-color css

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

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

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