#D4856F

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

Shades of New York Pink #D4856F

Tints of New York Pink #D4856F

Color information

#D4856F (or 0xD4856F) is unknown color: approx New York Pink. HEX triplet: D4, 85 and 6F. RGB value is (212,133,111). Sum of RGB (Red+Green+Blue) = 212+133+111=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4856F is #2B7A90. Grayscale: #9A9A9A. Windows color (decimal): -2849425 or 7308756. OLE color: 7308756.

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

Color convert

RGB212133111-
CMYK00.370.480.17
HSL13.07º54.01%63.33%-
HSV(B)13.07º47.64%83.14%-
XYZ38.4131.9219.18-
YUV154.11103.67169.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=46.49%
G=29.17%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213311100.370.480.1713.0754.0163.33
HexD4856F0253011d363f
Octal3242051570456021156677
Binary110101001000010111011110100101110000100011101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4856F; }

 p { color: rgb(212,133,111); }

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

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

 a { background-color: rgb(212,133,111); }

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

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

 span { border-color: rgb(212,133,111); }

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