#D6836D

Color #D6836D New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D6836D

Tints of New York Pink #D6836D

Color information

#D6836D (or 0xD6836D) is unknown color: approx 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

RGB214131109-
CMYK00.390.490.16
HSL12.57º56.15%63.33%-
HSV(B)12.57º49.07%83.92%-
XYZ38.6131.6318.54-
YUV153.31103171.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413110900.390.490.1612.5756.1563.33
HexD6836D0273110d383f
Octal3262031550476120157077
Binary110101101000001111011010100111110001100001101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>