Html Css Color HEX #D8746B New York Pink

📋 copy color: '#D8746B'

red 216 ◦ green 116 ◦ blue 107

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

Shades of New York Pink #D8746B

Tints of New York Pink #D8746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

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

R = 49.2%
G = 26.42%
B = 24.37%

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

#D8746B (or 0xD8746B) is known color: New York Pink. HEX triplet: D8, 74 and 6B. RGB value is (216,116,107). Sum of RGB (Red+Green+Blue) = 216+116+107=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8746B is #278B94. Grayscale: #919191. Windows color (decimal): -2591637 or 7042264. OLE color: 7042264.

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

Color convert

RGB 216 116 107 -
CMYK 0 0.46 0.50 0.15
HSL 4.95º 0.58% 0.63% -
HSV(B) 4.95º 0.5% 0.85% -
XYZ 37.22 28.15 17.38 -
YUV 144.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 216 116 107 0 0.46 0.50 0.15 4.95 0.58 0.63
Hex D8 74 6B 0 2E 32 F 5 3A 3F
Octal 330 164 153 0 56 62 17 5 72 77
Binary 11011000 1110100 1101011 0 101110 110010 1111 101 111010 111111

Color Harmonies of #D8746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8746B

Black with #D8746B

Text Example


Text Example

White with #D8746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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