#D3836F

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

Shades of New York Pink #D3836F

Tints of New York Pink #D3836F

Color information

#D3836F (or 0xD3836F) is unknown color: approx New York Pink. HEX triplet: D3, 83 and 6F. RGB value is (211,131,111). Sum of RGB (Red+Green+Blue) = 211+131+111=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3836F is #2C7C90. Grayscale: #989898. Windows color (decimal): -2915473 or 7308243. OLE color: 7308243.

HSL color Cylindrical-coordinate representation of color #D3836F: hue angle of 12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3836F is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB211131111-
CMYK00.380.470.17
HSL12º53.19%63.14%-
HSV(B)12º47.39%82.75%-
XYZ37.8531.2319.07-
YUV152.64104.5169.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.58%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=46.58%
G=28.92%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113111100.380.470.171253.1963.14
HexD3836F0262F11c353f
Octal3232031570465721146577
Binary110100111000001111011110100110101111100011100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3836F; }

 p { color: rgb(211,131,111); }

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

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

 a { background-color: rgb(211,131,111); }

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

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

 span { border-color: rgb(211,131,111); }

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