Html Css Color HEX #D7816E New York Pink

📋 copy color: '#D7816E'

red 215 ◦ green 129 ◦ blue 110

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

Shades of New York Pink #D7816E

Tints of New York Pink #D7816E

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

 GREEN value IS 129 (50.78% from 255) = 28.41%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 47.36%
G = 28.41%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7816E (or 0xD7816E) is known color: New York Pink. HEX triplet: D7, 81 and 6E. RGB value is (215,129,110). Sum of RGB (Red+Green+Blue) = 215+129+110=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7816E is #287E91. Grayscale: #989898. Windows color (decimal): -2653842 or 7242199. OLE color: 7242199.

HSL color Cylindrical-coordinate representation of color #D7816E: hue angle of 10.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7816E is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 110 -
CMYK 0 0.4 0.49 0.16
HSL 10.86º 0.57% 0.64% -
HSV(B) 10.86º 0.49% 0.84% -
XYZ 38.69 31.27 18.75 -
YUV 152.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 215 129 110 0 0.4 0.49 0.16 10.86 0.57 0.64
Hex D7 81 6E 0 28 31 10 B 39 40
Octal 327 201 156 0 50 61 20 13 71 100
Binary 11010111 10000001 1101110 0 101000 110001 10000 1011 111001 1000000

Color Harmonies of #D7816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7816E

Black with #D7816E

Text Example


Text Example

White with #D7816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7816E; }

 p { color: rgb(215,129,110); }

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

background-color css

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

 a { background-color: rgb(215,129,110); }

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

border-color css

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

 span { border-color: rgb(215,129,110); }

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