Html Css Color HEX #D9857A New York Pink

📋 copy color: '#D9857A'

red 217 ◦ green 133 ◦ blue 122

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

Shades of New York Pink #D9857A

Tints of New York Pink #D9857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 45.97%
G = 28.18%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9857A (or 0xD9857A) is known color: New York Pink. HEX triplet: D9, 85 and 7A. RGB value is (217,133,122). Sum of RGB (Red+Green+Blue) = 217+133+122=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9857A is #267A85. Grayscale: #9C9C9C. Windows color (decimal): -2521734 or 8029657. OLE color: 8029657.

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

Color convert

RGB 217 133 122 -
CMYK 0 0.39 0.44 0.15
HSL 6.95º 0.56% 0.66% -
HSV(B) 6.95º 0.44% 0.85% -
XYZ 40.52 32.93 22.63 -
YUV 156.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 217 133 122 0 0.39 0.44 0.15 6.95 0.56 0.66
Hex D9 85 7A 0 27 2C F 7 38 42
Octal 331 205 172 0 47 54 17 7 70 102
Binary 11011001 10000101 1111010 0 100111 101100 1111 111 111000 1000010

Color Harmonies of #D9857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9857A

Black with #D9857A

Text Example


Text Example

White with #D9857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9857A; }

 p { color: rgb(217,133,122); }

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

background-color css

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

 a { background-color: rgb(217,133,122); }

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

border-color css

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

 span { border-color: rgb(217,133,122); }

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