Html Css Color HEX #DB8C78 New York Pink

📋 copy color: '#DB8C78'

red 219 ◦ green 140 ◦ blue 120

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

Shades of New York Pink #DB8C78

Tints of New York Pink #DB8C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 45.72%
G = 29.23%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8C78 (or 0xDB8C78) is known color: New York Pink. HEX triplet: DB, 8C and 78. RGB value is (219,140,120). Sum of RGB (Red+Green+Blue) = 219+140+120=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C78 is #247387. Grayscale: #A1A1A1. Windows color (decimal): -2388872 or 7900379. OLE color: 7900379.

HSL color Cylindrical-coordinate representation of color #DB8C78: hue angle of 12.12º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8C78 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 140 120 -
CMYK 0 0.36 0.45 0.14
HSL 12.12º 0.58% 0.66% -
HSV(B) 12.12º 0.45% 0.86% -
XYZ 41.98 35.17 22.35 -
YUV 161.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 219 140 120 0 0.36 0.45 0.14 12.12 0.58 0.66
Hex DB 8C 78 0 24 2D E C 3A 42
Octal 333 214 170 0 44 55 16 14 72 102
Binary 11011011 10001100 1111000 0 100100 101101 1110 1100 111010 1000010

Color Harmonies of #DB8C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C78

Black with #DB8C78

Text Example


Text Example

White with #DB8C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C78; }

 p { color: rgb(219,140,120); }

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

background-color css

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

 a { background-color: rgb(219,140,120); }

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

border-color css

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

 span { border-color: rgb(219,140,120); }

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