Html Css Color HEX #DB887A New York Pink

📋 copy color: '#DB887A'

red 219 ◦ green 136 ◦ blue 122

#DB887A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DB887A

Tints of New York Pink #DB887A

RGB

 RED value IS 219 (85.94% from 255) = 45.91%

 GREEN value IS 136 (53.52% from 255) = 28.51%

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 45.91%
G = 28.51%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB887A (or 0xDB887A) is known color: New York Pink. HEX triplet: DB, 88 and 7A. RGB value is (219,136,122). Sum of RGB (Red+Green+Blue) = 219+136+122=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB887A is #247785. Grayscale: #9F9F9F. Windows color (decimal): -2389894 or 8030427. OLE color: 8030427.

HSL color Cylindrical-coordinate representation of color #DB887A: hue angle of 8.66º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB887A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 122 -
CMYK 0 0.38 0.44 0.14
HSL 8.66º 0.57% 0.67% -
HSV(B) 8.66º 0.44% 0.86% -
XYZ 41.53 34.07 22.8 -
YUV 159.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 219 136 122 0 0.38 0.44 0.14 8.66 0.57 0.67
Hex DB 88 7A 0 26 2C E 9 39 43
Octal 333 210 172 0 46 54 16 11 71 103
Binary 11011011 10001000 1111010 0 100110 101100 1110 1001 111001 1000011

Color Harmonies of #DB887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB887A

Black with #DB887A

Text Example


Text Example

White with #DB887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB887A; }

 p { color: rgb(219,136,122); }

 H1.HeaderClassName
 {
   color: #DB887A;
 }
 .AnyTagClassName
 {
   color: #DB887A;
 }
</style>

background-color css

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

 a { background-color: rgb(219,136,122); }

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

border-color css

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

 span { border-color: rgb(219,136,122); }

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