#DA8B77

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

Shades of New York Pink #DA8B77

Tints of New York Pink #DA8B77

Color information

#DA8B77 (or 0xDA8B77) is unknown color: approx New York Pink. HEX triplet: DA, 8B and 77. RGB value is (218,139,119). Sum of RGB (Red+Green+Blue) = 218+139+119=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B77 is #257488. Grayscale: #A0A0A0. Windows color (decimal): -2454665 or 7834586. OLE color: 7834586.

HSL color Cylindrical-coordinate representation of color #DA8B77: hue angle of 12.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8B77 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218139119-
CMYK00.360.450.15
HSL12.12º57.23%66.08%-
HSV(B)12.12º45.41%85.49%-
XYZ41.4834.721.97-
YUV160.34104.67169.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 119 (46.88% from 255) = 25%
R=45.80%
G=29.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813911900.360.450.1512.1257.2366.08
HexDA8B770242DFc3942
Octal33221316704455171471102
Binary110110101000101111101110100100101101111111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B77; }

 p { color: rgb(218,139,119); }

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

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

 a { background-color: rgb(218,139,119); }

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

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

 span { border-color: rgb(218,139,119); }

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