#DA7C69

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

Shades of New York Pink #DA7C69

Tints of New York Pink #DA7C69

Color information

#DA7C69 (or 0xDA7C69) is unknown color: approx New York Pink. HEX triplet: DA, 7C and 69. RGB value is (218,124,105). Sum of RGB (Red+Green+Blue) = 218+124+105=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C69 is #258396. Grayscale: #969696. Windows color (decimal): -2458519 or 6913242. OLE color: 6913242.

HSL color Cylindrical-coordinate representation of color #DA7C69: hue angle of 10.09º degrees, saturation: 0.6, 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 #DA7C69 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218124105-
CMYK00.430.520.15
HSL10.09º60.43%63.33%-
HSV(B)10.09º51.83%85.49%-
XYZ38.6730.3417.18-
YUV149.94102.64176.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=48.77%
G=27.74%
B=23.49%

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
Decimal21812410500.430.520.1510.0960.4363.33
HexDA7C6902B34Fa3c3f
Octal3321741510536417127477
Binary1101101011111001101001010101111010011111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7C69; }

 p { color: rgb(218,124,105); }

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

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

 a { background-color: rgb(218,124,105); }

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

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

 span { border-color: rgb(218,124,105); }

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