Html Css Color HEX #D98678 New York Pink

📋 copy color: '#D98678'

red 217 ◦ green 134 ◦ blue 120

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

Shades of New York Pink #D98678

Tints of New York Pink #D98678

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

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

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 46.07%
G = 28.45%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D98678 (or 0xD98678) is known color: New York Pink. HEX triplet: D9, 86 and 78. RGB value is (217,134,120). Sum of RGB (Red+Green+Blue) = 217+134+120=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D98678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98678 is #267987. Grayscale: #9D9D9D. Windows color (decimal): -2521480 or 7898841. OLE color: 7898841.

HSL color Cylindrical-coordinate representation of color #D98678: hue angle of 8.66º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98678 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 120 -
CMYK 0 0.38 0.45 0.15
HSL 8.66º 0.56% 0.66% -
HSV(B) 8.66º 0.45% 0.85% -
XYZ 40.53 33.16 22.03 -
YUV 157.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 217 134 120 0 0.38 0.45 0.15 8.66 0.56 0.66
Hex D9 86 78 0 26 2D F 9 38 42
Octal 331 206 170 0 46 55 17 11 70 102
Binary 11011001 10000110 1111000 0 100110 101101 1111 1001 111000 1000010

Color Harmonies of #D98678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98678

Black with #D98678

Text Example


Text Example

White with #D98678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98678; }

 p { color: rgb(217,134,120); }

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

background-color css

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

 a { background-color: rgb(217,134,120); }

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

border-color css

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

 span { border-color: rgb(217,134,120); }

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