Html Css Color HEX #D18274 New York Pink

📋 copy color: '#D18274'

red 209 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #D18274

Tints of New York Pink #D18274

RGB

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

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

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

R = 45.93%
G = 28.57%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18274 (or 0xD18274) is known color: New York Pink. HEX triplet: D1, 82 and 74. RGB value is (209,130,116). Sum of RGB (Red+Green+Blue) = 209+130+116=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D18274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18274 is #2E7D8B. Grayscale: #989898. Windows color (decimal): -3046796 or 7635665. OLE color: 7635665.

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

Color convert

RGB 209 130 116 -
CMYK 0 0.38 0.44 0.18
HSL 9.03º 0.5% 0.64% -
HSV(B) 9.03º 0.44% 0.82% -
XYZ 37.43 30.78 20.49 -
YUV 152.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 209 130 116 0 0.38 0.44 0.18 9.03 0.5 0.64
Hex D1 82 74 0 26 2C 12 9 32 40
Octal 321 202 164 0 46 54 22 11 62 100
Binary 11010001 10000010 1110100 0 100110 101100 10010 1001 110010 1000000

Color Harmonies of #D18274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18274

Black with #D18274

Text Example


Text Example

White with #D18274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18274; }

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

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

background-color css

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

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

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

border-color css

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

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

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