Html Css Color HEX #D8786F New York Pink

📋 copy color: '#D8786F'

red 216 ◦ green 120 ◦ blue 111

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

Shades of New York Pink #D8786F

Tints of New York Pink #D8786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

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

R = 48.32%
G = 26.85%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8786F (or 0xD8786F) is known color: New York Pink. HEX triplet: D8, 78 and 6F. RGB value is (216,120,111). Sum of RGB (Red+Green+Blue) = 216+120+111=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8786F is #278790. Grayscale: #939393. Windows color (decimal): -2590609 or 7305432. OLE color: 7305432.

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

Color convert

RGB 216 120 111 -
CMYK 0 0.44 0.49 0.15
HSL 5.14º 0.57% 0.64% -
HSV(B) 5.14º 0.49% 0.85% -
XYZ 37.9 29.18 18.67 -
YUV 147.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 216 120 111 0 0.44 0.49 0.15 5.14 0.57 0.64
Hex D8 78 6F 0 2C 31 F 5 39 40
Octal 330 170 157 0 54 61 17 5 71 100
Binary 11011000 1111000 1101111 0 101100 110001 1111 101 111001 1000000

Color Harmonies of #D8786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8786F

Black with #D8786F

Text Example


Text Example

White with #D8786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8786F; }

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

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

background-color css

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

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

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

border-color css

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

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

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