#DA856D

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

Shades of New York Pink #DA856D

Tints of New York Pink #DA856D

Color information

#DA856D (or 0xDA856D) is unknown color: approx New York Pink. HEX triplet: DA, 85 and 6D. RGB value is (218,133,109). Sum of RGB (Red+Green+Blue) = 218+133+109=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA856D is #257A92. Grayscale: #9B9B9B. Windows color (decimal): -2456211 or 7177690. OLE color: 7177690.

HSL color Cylindrical-coordinate representation of color #DA856D: hue angle of 13.21º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA856D is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218133109-
CMYK00.390.50.15
HSL13.21º59.56%64.12%-
HSV(B)13.21º50%85.49%-
XYZ40.0632.7818.68-
YUV155.68101.66172.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=47.39%
G=28.91%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813310900.390.50.1513.2159.5664.12
HexDA856D02732Fd3c40
Octal33220515504762171574100
Binary110110101000010111011010100111110010111111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA856D; }

 p { color: rgb(218,133,109); }

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

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

 a { background-color: rgb(218,133,109); }

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

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

 span { border-color: rgb(218,133,109); }

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