Html Css Color HEX #D6866F New York Pink

📋 copy color: '#D6866F'

red 214 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #D6866F

Tints of New York Pink #D6866F

RGB

 RED value IS 214 (83.98% from 255) = 46.62%

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

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

R = 46.62%
G = 29.19%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6866F (or 0xD6866F) is known color: New York Pink. HEX triplet: D6, 86 and 6F. RGB value is (214,134,111). Sum of RGB (Red+Green+Blue) = 214+134+111=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6866F is #297990. Grayscale: #9B9B9B. Windows color (decimal): -2718097 or 7309014. OLE color: 7309014.

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

Color convert

RGB 214 134 111 -
CMYK 0 0.37 0.48 0.16
HSL 13.4º 0.56% 0.64% -
HSV(B) 13.4º 0.48% 0.84% -
XYZ 39.13 32.49 19.25 -
YUV 155.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 214 134 111 0 0.37 0.48 0.16 13.4 0.56 0.64
Hex D6 86 6F 0 25 30 10 D 38 40
Octal 326 206 157 0 45 60 20 15 70 100
Binary 11010110 10000110 1101111 0 100101 110000 10000 1101 111000 1000000

Color Harmonies of #D6866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6866F

Black with #D6866F

Text Example


Text Example

White with #D6866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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