#DA8B76

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

Shades of New York Pink #DA8B76

Tints of New York Pink #DA8B76

Color information

#DA8B76 (or 0xDA8B76) is unknown color: approx New York Pink. HEX triplet: DA, 8B and 76. RGB value is (218,139,118). Sum of RGB (Red+Green+Blue) = 218+139+118=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B76 is #257489. Grayscale: #A0A0A0. Windows color (decimal): -2454666 or 7769050. OLE color: 7769050.

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

Color convert

RGB218139118-
CMYK00.360.460.15
HSL12.6º57.47%65.88%-
HSV(B)12.6º45.87%85.49%-
XYZ41.4234.6821.65-
YUV160.23104.17169.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=45.89%
G=29.26%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813911800.360.460.1512.657.4765.88
HexDA8B760242EFd3942
Octal33221316604456171571102
Binary110110101000101111101100100100101110111111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B76; }

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

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

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

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

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

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

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

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