Html Css Color HEX #D6836E New York Pink

📋 copy color: '#D6836E'

red 214 ◦ green 131 ◦ blue 110

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

Shades of New York Pink #D6836E

Tints of New York Pink #D6836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 47.03%
G = 28.79%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6836E (or 0xD6836E) is known color: New York Pink. HEX triplet: D6, 83 and 6E. RGB value is (214,131,110). Sum of RGB (Red+Green+Blue) = 214+131+110=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6836E is #297C91. Grayscale: #999999. Windows color (decimal): -2718866 or 7242710. OLE color: 7242710.

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

Color convert

RGB 214 131 110 -
CMYK 0 0.39 0.49 0.16
HSL 12.12º 0.56% 0.64% -
HSV(B) 12.12º 0.49% 0.84% -
XYZ 38.66 31.65 18.82 -
YUV 153.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 214 131 110 0 0.39 0.49 0.16 12.12 0.56 0.64
Hex D6 83 6E 0 27 31 10 C 38 40
Octal 326 203 156 0 47 61 20 14 70 100
Binary 11010110 10000011 1101110 0 100111 110001 10000 1100 111000 1000000

Color Harmonies of #D6836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6836E

Black with #D6836E

Text Example


Text Example

White with #D6836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6836E; }

 p { color: rgb(214,131,110); }

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

background-color css

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

 a { background-color: rgb(214,131,110); }

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

border-color css

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

 span { border-color: rgb(214,131,110); }

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