#DB7D68

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

Shades of New York Pink #DB7D68

Tints of New York Pink #DB7D68

Color information

#DB7D68 (or 0xDB7D68) is unknown color: approx New York Pink. HEX triplet: DB, 7D and 68. RGB value is (219,125,104). Sum of RGB (Red+Green+Blue) = 219+125+104=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D68 is #248297. Grayscale: #969696. Windows color (decimal): -2392728 or 6847963. OLE color: 6847963.

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

Color convert

RGB219125104-
CMYK00.430.530.14
HSL10.96º61.5%63.33%-
HSV(B)10.96º52.51%85.88%-
XYZ39.0530.7316.97-
YUV150.71101.64176.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=48.88%
G=27.90%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912510400.430.530.1410.9661.563.33
HexDB7D6802B35Eb3d3f
Octal3331751500536516137577
Binary1101101111111011101000010101111010111101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7D68; }

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

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

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

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

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

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

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

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