Html Css Color HEX #D9866F New York Pink

📋 copy color: '#D9866F'

red 217 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #D9866F

Tints of New York Pink #D9866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.03%

R = 46.97%
G = 29%
B = 24.03%

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

#D9866F (or 0xD9866F) is known color: New York Pink. HEX triplet: D9, 86 and 6F. RGB value is (217,134,111). Sum of RGB (Red+Green+Blue) = 217+134+111=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9866F is #267990. Grayscale: #9C9C9C. Windows color (decimal): -2521489 or 7309017. OLE color: 7309017.

HSL color Cylindrical-coordinate representation of color #D9866F: hue angle of 13.02º 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 #D9866F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 111 -
CMYK 0 0.38 0.49 0.15
HSL 13.02º 0.58% 0.64% -
HSV(B) 13.02º 0.49% 0.85% -
XYZ 40.01 32.95 19.29 -
YUV 156.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 217 134 111 0 0.38 0.49 0.15 13.02 0.58 0.64
Hex D9 86 6F 0 26 31 F D 3A 40
Octal 331 206 157 0 46 61 17 15 72 100
Binary 11011001 10000110 1101111 0 100110 110001 1111 1101 111010 1000000

Color Harmonies of #D9866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9866F

Black with #D9866F

Text Example


Text Example

White with #D9866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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