Html Css Color HEX #D8766B New York Pink

📋 copy color: '#D8766B'

red 216 ◦ green 118 ◦ blue 107

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

Shades of New York Pink #D8766B

Tints of New York Pink #D8766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 48.98%
G = 26.76%
B = 24.26%

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

#D8766B (or 0xD8766B) is known color: New York Pink. HEX triplet: D8, 76 and 6B. RGB value is (216,118,107). Sum of RGB (Red+Green+Blue) = 216+118+107=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8766B is #278994. Grayscale: #929292. Windows color (decimal): -2591125 or 7042776. OLE color: 7042776.

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

Color convert

RGB 216 118 107 -
CMYK 0 0.45 0.50 0.15
HSL 6.06º 0.58% 0.63% -
HSV(B) 6.06º 0.5% 0.85% -
XYZ 37.45 28.62 17.46 -
YUV 146.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 216 118 107 0 0.45 0.50 0.15 6.06 0.58 0.63
Hex D8 76 6B 0 2D 32 F 6 3A 3F
Octal 330 166 153 0 55 62 17 6 72 77
Binary 11011000 1110110 1101011 0 101101 110010 1111 110 111010 111111

Color Harmonies of #D8766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8766B

Black with #D8766B

Text Example


Text Example

White with #D8766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8766B; }

 p { color: rgb(216,118,107); }

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

background-color css

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

 a { background-color: rgb(216,118,107); }

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

border-color css

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

 span { border-color: rgb(216,118,107); }

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