Html Css Color HEX #D6836D New York Pink

📋 copy color: '#D6836D'

red 214 ◦ green 131 ◦ blue 109

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

Shades of New York Pink #D6836D

Tints of New York Pink #D6836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 47.14%
G = 28.85%
B = 24.01%

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

#D6836D (or 0xD6836D) is known color: New York Pink. HEX triplet: D6, 83 and 6D. RGB value is (214,131,109). Sum of RGB (Red+Green+Blue) = 214+131+109=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6836D is #297C92. Grayscale: #999999. Windows color (decimal): -2718867 or 7177174. OLE color: 7177174.

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

Color convert

RGB 214 131 109 -
CMYK 0 0.39 0.49 0.16
HSL 12.57º 0.56% 0.63% -
HSV(B) 12.57º 0.49% 0.84% -
XYZ 38.61 31.63 18.54 -
YUV 153.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 214 131 109 0 0.39 0.49 0.16 12.57 0.56 0.63
Hex D6 83 6D 0 27 31 10 D 38 3F
Octal 326 203 155 0 47 61 20 15 70 77
Binary 11010110 10000011 1101101 0 100111 110001 10000 1101 111000 111111

Color Harmonies of #D6836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6836D

Black with #D6836D

Text Example


Text Example

White with #D6836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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