Html Css Color HEX #D9866E New York Pink

📋 copy color: '#D9866E'

red 217 ◦ green 134 ◦ blue 110

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

Shades of New York Pink #D9866E

Tints of New York Pink #D9866E

RGB

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

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

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

R = 47.07%
G = 29.07%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9866E (or 0xD9866E) is known color: New York Pink. HEX triplet: D9, 86 and 6E. RGB value is (217,134,110). Sum of RGB (Red+Green+Blue) = 217+134+110=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9866E is #267991. Grayscale: #9C9C9C. Windows color (decimal): -2521490 or 7243481. OLE color: 7243481.

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

Color convert

RGB 217 134 110 -
CMYK 0 0.38 0.49 0.15
HSL 13.46º 0.58% 0.64% -
HSV(B) 13.46º 0.49% 0.85% -
XYZ 39.95 32.93 19 -
YUV 156.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 217 134 110 0 0.38 0.49 0.15 13.46 0.58 0.64
Hex D9 86 6E 0 26 31 F D 3A 40
Octal 331 206 156 0 46 61 17 15 72 100
Binary 11011001 10000110 1101110 0 100110 110001 1111 1101 111010 1000000

Color Harmonies of #D9866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9866E

Black with #D9866E

Text Example


Text Example

White with #D9866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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