#DA8B75

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

Shades of New York Pink #DA8B75

Tints of New York Pink #DA8B75

Color information

#DA8B75 (or 0xDA8B75) is unknown color: approx New York Pink. HEX triplet: DA, 8B and 75. RGB value is (218,139,117). Sum of RGB (Red+Green+Blue) = 218+139+117=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B75 is #25748A. Grayscale: #A0A0A0. Windows color (decimal): -2454667 or 7703514. OLE color: 7703514.

HSL color Cylindrical-coordinate representation of color #DA8B75: hue angle of 13.07º degrees, saturation: 0.58, 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 #DA8B75 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218139117-
CMYK00.360.460.15
HSL13.07º57.71%65.69%-
HSV(B)13.07º46.33%85.49%-
XYZ41.3634.6621.34-
YUV160.11103.67169.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=45.99%
G=29.32%
B=24.68%

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
Decimal21813911700.360.460.1513.0757.7165.69
HexDA8B750242EFd3a42
Octal33221316504456171572102
Binary110110101000101111101010100100101110111111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B75; }

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

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

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

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

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

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

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

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