Html Css Color HEX #D7816B New York Pink

📋 copy color: '#D7816B'

red 215 ◦ green 129 ◦ blue 107

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

Shades of New York Pink #D7816B

Tints of New York Pink #D7816B

RGB

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

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

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

R = 47.67%
G = 28.6%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7816B (or 0xD7816B) is known color: New York Pink. HEX triplet: D7, 81 and 6B. RGB value is (215,129,107). Sum of RGB (Red+Green+Blue) = 215+129+107=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7816B is #287E94. Grayscale: #989898. Windows color (decimal): -2653845 or 7045591. OLE color: 7045591.

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

Color convert

RGB 215 129 107 -
CMYK 0 0.4 0.50 0.16
HSL 12.22º 0.57% 0.63% -
HSV(B) 12.22º 0.5% 0.84% -
XYZ 38.53 31.21 17.9 -
YUV 152.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 215 129 107 0 0.4 0.50 0.16 12.22 0.57 0.63
Hex D7 81 6B 0 28 32 10 C 39 3F
Octal 327 201 153 0 50 62 20 14 71 77
Binary 11010111 10000001 1101011 0 101000 110010 10000 1100 111001 111111

Color Harmonies of #D7816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7816B

Black with #D7816B

Text Example


Text Example

White with #D7816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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