Html Css Color HEX #DB877A New York Pink

📋 copy color: '#DB877A'

red 219 ◦ green 135 ◦ blue 122

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

Shades of New York Pink #DB877A

Tints of New York Pink #DB877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

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

R = 46.01%
G = 28.36%
B = 25.63%

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

#DB877A (or 0xDB877A) is known color: New York Pink. HEX triplet: DB, 87 and 7A. RGB value is (219,135,122). Sum of RGB (Red+Green+Blue) = 219+135+122=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB877A is #247885. Grayscale: #9E9E9E. Windows color (decimal): -2390150 or 8030171. OLE color: 8030171.

HSL color Cylindrical-coordinate representation of color #DB877A: hue angle of 8.04º 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 #DB877A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 122 -
CMYK 0 0.38 0.44 0.14
HSL 8.04º 0.57% 0.67% -
HSV(B) 8.04º 0.44% 0.86% -
XYZ 41.39 33.79 22.75 -
YUV 158.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 219 135 122 0 0.38 0.44 0.14 8.04 0.57 0.67
Hex DB 87 7A 0 26 2C E 8 39 43
Octal 333 207 172 0 46 54 16 10 71 103
Binary 11011011 10000111 1111010 0 100110 101100 1110 1000 111001 1000011

Color Harmonies of #DB877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB877A

Black with #DB877A

Text Example


Text Example

White with #DB877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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