Html Css Color HEX #D8846F New York Pink

📋 copy color: '#D8846F'

red 216 ◦ green 132 ◦ blue 111

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

Shades of New York Pink #D8846F

Tints of New York Pink #D8846F

RGB

 RED value IS 216 (84.77% from 255) = 47.06%

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

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 47.06%
G = 28.76%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8846F (or 0xD8846F) is known color: New York Pink. HEX triplet: D8, 84 and 6F. RGB value is (216,132,111). Sum of RGB (Red+Green+Blue) = 216+132+111=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8846F is #277B90. Grayscale: #9A9A9A. Windows color (decimal): -2587537 or 7308504. OLE color: 7308504.

HSL color Cylindrical-coordinate representation of color #D8846F: hue angle of 12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8846F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 111 -
CMYK 0 0.39 0.49 0.15
HSL 12º 0.57% 0.64% -
HSV(B) 12º 0.49% 0.85% -
XYZ 39.44 32.25 19.18 -
YUV 154.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 216 132 111 0 0.39 0.49 0.15 12 0.57 0.64
Hex D8 84 6F 0 27 31 F C 39 40
Octal 330 204 157 0 47 61 17 14 71 100
Binary 11011000 10000100 1101111 0 100111 110001 1111 1100 111001 1000000

Color Harmonies of #D8846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8846F

Black with #D8846F

Text Example


Text Example

White with #D8846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8846F; }

 p { color: rgb(216,132,111); }

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

background-color css

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

 a { background-color: rgb(216,132,111); }

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

border-color css

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

 span { border-color: rgb(216,132,111); }

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