Html Css Color HEX #D78671 New York Pink

📋 copy color: '#D78671'

red 215 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #D78671

Tints of New York Pink #D78671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

 BLUE value IS 113 (44.53% from 255) = 24.46%

R = 46.54%
G = 29%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78671 (or 0xD78671) is known color: New York Pink. HEX triplet: D7, 86 and 71. RGB value is (215,134,113). Sum of RGB (Red+Green+Blue) = 215+134+113=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D78671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78671 is #28798E. Grayscale: #9B9B9B. Windows color (decimal): -2652559 or 7440087. OLE color: 7440087.

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

Color convert

RGB 215 134 113 -
CMYK 0 0.38 0.47 0.16
HSL 12.35º 0.56% 0.64% -
HSV(B) 12.35º 0.47% 0.84% -
XYZ 39.53 32.69 19.85 -
YUV 155.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 215 134 113 0 0.38 0.47 0.16 12.35 0.56 0.64
Hex D7 86 71 0 26 2F 10 C 38 40
Octal 327 206 161 0 46 57 20 14 70 100
Binary 11010111 10000110 1110001 0 100110 101111 10000 1100 111000 1000000

Color Harmonies of #D78671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78671

Black with #D78671

Text Example


Text Example

White with #D78671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78671; }

 p { color: rgb(215,134,113); }

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

background-color css

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

 a { background-color: rgb(215,134,113); }

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

border-color css

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

 span { border-color: rgb(215,134,113); }

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