#D5836E

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

Shades of New York Pink #D5836E

Tints of New York Pink #D5836E

Color information

#D5836E (or 0xD5836E) is unknown color: approx New York Pink. HEX triplet: D5, 83 and 6E. RGB value is (213,131,110). Sum of RGB (Red+Green+Blue) = 213+131+110=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5836E is #2A7C91. Grayscale: #999999. Windows color (decimal): -2784402 or 7242709. OLE color: 7242709.

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

Color convert

RGB213131110-
CMYK00.380.480.16
HSL12.23º55.08%63.33%-
HSV(B)12.23º48.36%83.53%-
XYZ38.3731.518.81-
YUV153.12103.67170.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=46.92%
G=28.85%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313111000.380.480.1612.2355.0863.33
HexD5836E0263010c373f
Octal3252031560466020146777
Binary110101011000001111011100100110110000100001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5836E; }

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

 H1.HeaderClassName
 {
   color: #D5836E;
 }
 .AnyTagClassName
 {
   color: #D5836E;
 }
</style>
background-color css

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

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

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

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

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

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