Html Css Color HEX #D18672 New York Pink

📋 copy color: '#D18672'

red 209 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #D18672

Tints of New York Pink #D18672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 45.73%
G = 29.32%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D18672 (or 0xD18672) is known color: New York Pink. HEX triplet: D1, 86 and 72. RGB value is (209,134,114). Sum of RGB (Red+Green+Blue) = 209+134+114=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18672 is #2E798D. Grayscale: #9A9A9A. Windows color (decimal): -3045774 or 7505617. OLE color: 7505617.

HSL color Cylindrical-coordinate representation of color #D18672: hue angle of 12.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18672 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 114 -
CMYK 0 0.36 0.45 0.18
HSL 12.63º 0.51% 0.63% -
HSV(B) 12.63º 0.45% 0.82% -
XYZ 37.86 31.82 20.07 -
YUV 154.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 209 134 114 0 0.36 0.45 0.18 12.63 0.51 0.63
Hex D1 86 72 0 24 2D 12 D 33 3F
Octal 321 206 162 0 44 55 22 15 63 77
Binary 11010001 10000110 1110010 0 100100 101101 10010 1101 110011 111111

Color Harmonies of #D18672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18672

Black with #D18672

Text Example


Text Example

White with #D18672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18672; }

 p { color: rgb(209,134,114); }

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

background-color css

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

 a { background-color: rgb(209,134,114); }

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

border-color css

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

 span { border-color: rgb(209,134,114); }

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