Html Css Color HEX #D8756D New York Pink

📋 copy color: '#D8756D'

red 216 ◦ green 117 ◦ blue 109

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

Shades of New York Pink #D8756D

Tints of New York Pink #D8756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 48.87%
G = 26.47%
B = 24.66%

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

#D8756D (or 0xD8756D) is known color: New York Pink. HEX triplet: D8, 75 and 6D. RGB value is (216,117,109). Sum of RGB (Red+Green+Blue) = 216+117+109=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8756D is #278A92. Grayscale: #919191. Windows color (decimal): -2591379 or 7173592. OLE color: 7173592.

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

Color convert

RGB 216 117 109 -
CMYK 0 0.46 0.50 0.15
HSL 4.49º 0.58% 0.64% -
HSV(B) 4.49º 0.5% 0.85% -
XYZ 37.44 28.43 17.98 -
YUV 145.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 216 117 109 0 0.46 0.50 0.15 4.49 0.58 0.64
Hex D8 75 6D 0 2E 32 F 4 3A 40
Octal 330 165 155 0 56 62 17 4 72 100
Binary 11011000 1110101 1101101 0 101110 110010 1111 100 111010 1000000

Color Harmonies of #D8756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8756D

Black with #D8756D

Text Example


Text Example

White with #D8756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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