Html Css Color HEX #D18474 New York Pink

📋 copy color: '#D18474'

red 209 ◦ green 132 ◦ blue 116

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

Shades of New York Pink #D18474

Tints of New York Pink #D18474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 45.73%
G = 28.88%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18474 (or 0xD18474) is known color: New York Pink. HEX triplet: D1, 84 and 74. RGB value is (209,132,116). Sum of RGB (Red+Green+Blue) = 209+132+116=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18474 is #2E7B8B. Grayscale: #999999. Windows color (decimal): -3046284 or 7636177. OLE color: 7636177.

HSL color Cylindrical-coordinate representation of color #D18474: hue angle of 10.32º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18474 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 132 116 -
CMYK 0 0.37 0.44 0.18
HSL 10.32º 0.5% 0.64% -
HSV(B) 10.32º 0.44% 0.82% -
XYZ 37.7 31.32 20.58 -
YUV 153.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 209 132 116 0 0.37 0.44 0.18 10.32 0.5 0.64
Hex D1 84 74 0 25 2C 12 A 32 40
Octal 321 204 164 0 45 54 22 12 62 100
Binary 11010001 10000100 1110100 0 100101 101100 10010 1010 110010 1000000

Color Harmonies of #D18474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18474

Black with #D18474

Text Example


Text Example

White with #D18474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18474; }

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

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

background-color css

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

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

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

border-color css

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

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

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