#DA8069

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

Shades of New York Pink #DA8069

Tints of New York Pink #DA8069

Color information

#DA8069 (or 0xDA8069) is unknown color: approx New York Pink. HEX triplet: DA, 80 and 69. RGB value is (218,128,105). Sum of RGB (Red+Green+Blue) = 218+128+105=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8069 is #257F96. Grayscale: #989898. Windows color (decimal): -2457495 or 6914266. OLE color: 6914266.

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

Color convert

RGB218128105-
CMYK00.410.520.15
HSL12.21º60.43%63.33%-
HSV(B)12.21º51.83%85.49%-
XYZ39.1831.3617.35-
YUV152.29101.32174.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=48.34%
G=28.38%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812810500.410.520.1512.2160.4363.33
HexDA806902934Fc3c3f
Octal3322001510516417147477
Binary11011010100000001101001010100111010011111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8069; }

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

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

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

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

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

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

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

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