#DA7E6D

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

Shades of New York Pink #DA7E6D

Tints of New York Pink #DA7E6D

Color information

#DA7E6D (or 0xDA7E6D) is unknown color: approx New York Pink. HEX triplet: DA, 7E and 6D. RGB value is (218,126,109). Sum of RGB (Red+Green+Blue) = 218+126+109=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E6D is #258192. Grayscale: #979797. Windows color (decimal): -2458003 or 7175898. OLE color: 7175898.

HSL color Cylindrical-coordinate representation of color #DA7E6D: hue angle of 9.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7E6D is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218126109-
CMYK00.420.50.15
HSL9.36º59.56%64.12%-
HSV(B)9.36º50%85.49%-
XYZ39.1330.9318.38-
YUV151.57103.98175.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=48.12%
G=27.81%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812610900.420.50.159.3659.5664.12
HexDA7E6D02A32F93c40
Octal33217615505262171174100
Binary11011010111111011011010101010110010111110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7E6D; }

 p { color: rgb(218,126,109); }

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

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

 a { background-color: rgb(218,126,109); }

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

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

 span { border-color: rgb(218,126,109); }

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