Html Css Color HEX #D8776C New York Pink

📋 copy color: '#D8776C'

red 216 ◦ green 119 ◦ blue 108

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

Shades of New York Pink #D8776C

Tints of New York Pink #D8776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 48.76%
G = 26.86%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8776C (or 0xD8776C) is known color: New York Pink. HEX triplet: D8, 77 and 6C. RGB value is (216,119,108). Sum of RGB (Red+Green+Blue) = 216+119+108=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8776C is #278893. Grayscale: #929292. Windows color (decimal): -2590868 or 7108568. OLE color: 7108568.

HSL color Cylindrical-coordinate representation of color #D8776C: hue angle of 6.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8776C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 108 -
CMYK 0 0.45 0.50 0.15
HSL 6.11º 0.58% 0.64% -
HSV(B) 6.11º 0.5% 0.85% -
XYZ 37.62 28.88 17.78 -
YUV 146.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 216 119 108 0 0.45 0.50 0.15 6.11 0.58 0.64
Hex D8 77 6C 0 2D 32 F 6 3A 40
Octal 330 167 154 0 55 62 17 6 72 100
Binary 11011000 1110111 1101100 0 101101 110010 1111 110 111010 1000000

Color Harmonies of #D8776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8776C

Black with #D8776C

Text Example


Text Example

White with #D8776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8776C; }

 p { color: rgb(216,119,108); }

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

background-color css

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

 a { background-color: rgb(216,119,108); }

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

border-color css

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

 span { border-color: rgb(216,119,108); }

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