Html Css Color HEX #D8756C New York Pink

📋 copy color: '#D8756C'

red 216 ◦ green 117 ◦ blue 108

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

Shades of New York Pink #D8756C

Tints of New York Pink #D8756C

RGB

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

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

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

R = 48.98%
G = 26.53%
B = 24.49%

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

#D8756C (or 0xD8756C) is known color: New York Pink. HEX triplet: D8, 75 and 6C. RGB value is (216,117,108). Sum of RGB (Red+Green+Blue) = 216+117+108=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8756C is #278A93. Grayscale: #919191. Windows color (decimal): -2591380 or 7108056. OLE color: 7108056.

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

Color convert

RGB 216 117 108 -
CMYK 0 0.46 0.50 0.15
HSL 0.58% 0.64% -
HSV(B) 0.5% 0.85% -
XYZ 37.39 28.4 17.7 -
YUV 145.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 216 117 108 0 0.46 0.50 0.15 5 0.58 0.64
Hex D8 75 6C 0 2E 32 F 5 3A 40
Octal 330 165 154 0 56 62 17 5 72 100
Binary 11011000 1110101 1101100 0 101110 110010 1111 101 111010 1000000

Color Harmonies of #D8756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8756C

Black with #D8756C

Text Example


Text Example

White with #D8756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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