#DA7D68

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

Shades of New York Pink #DA7D68

Tints of New York Pink #DA7D68

Color information

#DA7D68 (or 0xDA7D68) is unknown color: approx New York Pink. HEX triplet: DA, 7D and 68. RGB value is (218,125,104). Sum of RGB (Red+Green+Blue) = 218+125+104=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D68 is #258297. Grayscale: #969696. Windows color (decimal): -2458264 or 6847962. OLE color: 6847962.

HSL color Cylindrical-coordinate representation of color #DA7D68: hue angle of 11.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA7D68 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218125104-
CMYK00.430.520.15
HSL11.05º60.64%63.14%-
HSV(B)11.05º52.29%85.49%-
XYZ38.7530.5716.96-
YUV150.41101.81176.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 104 (41.02% from 255) = 23.27%
R=48.77%
G=27.96%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812510400.430.520.1511.0560.6463.14
HexDA7D6802B34Fb3d3f
Octal3321751500536417137577
Binary1101101011111011101000010101111010011111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D68; }

 p { color: rgb(218,125,104); }

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

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

 a { background-color: rgb(218,125,104); }

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

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

 span { border-color: rgb(218,125,104); }

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