Html Css Color HEX #D8756B New York Pink

📋 copy color: '#D8756B'

red 216 ◦ green 117 ◦ blue 107

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

Shades of New York Pink #D8756B

Tints of New York Pink #D8756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

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

R = 49.09%
G = 26.59%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8756B (or 0xD8756B) is known color: New York Pink. HEX triplet: D8, 75 and 6B. RGB value is (216,117,107). Sum of RGB (Red+Green+Blue) = 216+117+107=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8756B is #278A94. Grayscale: #919191. Windows color (decimal): -2591381 or 7042520. OLE color: 7042520.

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

Color convert

RGB 216 117 107 -
CMYK 0 0.46 0.50 0.15
HSL 5.5º 0.58% 0.63% -
HSV(B) 5.5º 0.5% 0.85% -
XYZ 37.33 28.38 17.42 -
YUV 145.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 216 117 107 0 0.46 0.50 0.15 5.5 0.58 0.63
Hex D8 75 6B 0 2E 32 F 6 3A 3F
Octal 330 165 153 0 56 62 17 6 72 77
Binary 11011000 1110101 1101011 0 101110 110010 1111 110 111010 111111

Color Harmonies of #D8756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8756B

Black with #D8756B

Text Example


Text Example

White with #D8756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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