Html Css Color HEX #D18370 New York Pink

📋 copy color: '#D18370'

red 209 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #D18370

Tints of New York Pink #D18370

RGB

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

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

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

R = 46.24%
G = 28.98%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D18370 (or 0xD18370) is known color: New York Pink. HEX triplet: D1, 83 and 70. RGB value is (209,131,112). Sum of RGB (Red+Green+Blue) = 209+131+112=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D18370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18370 is #2E7C8F. Grayscale: #989898. Windows color (decimal): -3046544 or 7373777. OLE color: 7373777.

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

Color convert

RGB 209 131 112 -
CMYK 0 0.37 0.46 0.18
HSL 11.75º 0.51% 0.63% -
HSV(B) 11.75º 0.46% 0.82% -
XYZ 37.34 30.96 19.34 -
YUV 152.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 209 131 112 0 0.37 0.46 0.18 11.75 0.51 0.63
Hex D1 83 70 0 25 2E 12 C 33 3F
Octal 321 203 160 0 45 56 22 14 63 77
Binary 11010001 10000011 1110000 0 100101 101110 10010 1100 110011 111111

Color Harmonies of #D18370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18370

Black with #D18370

Text Example


Text Example

White with #D18370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18370; }

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

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

background-color css

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

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

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

border-color css

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

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

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