Html Css Color HEX #DB8069 New York Pink

📋 copy color: '#DB8069'

red 219 ◦ green 128 ◦ blue 105

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

Shades of New York Pink #DB8069

Tints of New York Pink #DB8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 48.45%
G = 28.32%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB8069 (or 0xDB8069) is known color: New York Pink. HEX triplet: DB, 80 and 69. RGB value is (219,128,105). Sum of RGB (Red+Green+Blue) = 219+128+105=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8069 is #247F96. Grayscale: #989898. Windows color (decimal): -2391959 or 6914267. OLE color: 6914267.

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

Color convert

RGB 219 128 105 -
CMYK 0 0.42 0.52 0.14
HSL 12.11º 0.61% 0.64% -
HSV(B) 12.11º 0.52% 0.86% -
XYZ 39.48 31.52 17.37 -
YUV 152.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 219 128 105 0 0.42 0.52 0.14 12.11 0.61 0.64
Hex DB 80 69 0 2A 34 E C 3D 40
Octal 333 200 151 0 52 64 16 14 75 100
Binary 11011011 10000000 1101001 0 101010 110100 1110 1100 111101 1000000

Color Harmonies of #DB8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8069

Black with #DB8069

Text Example


Text Example

White with #DB8069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8069; }

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

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

background-color css

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

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

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

border-color css

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

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

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