Html Css Color HEX #DB806A New York Pink

📋 copy color: '#DB806A'

red 219 ◦ green 128 ◦ blue 106

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

Shades of New York Pink #DB806A

Tints of New York Pink #DB806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.4%

R = 48.34%
G = 28.26%
B = 23.4%

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

#DB806A (or 0xDB806A) is known color: New York Pink. HEX triplet: DB, 80 and 6A. RGB value is (219,128,106). Sum of RGB (Red+Green+Blue) = 219+128+106=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB806A is #247F95. Grayscale: #989898. Windows color (decimal): -2391958 or 6979803. OLE color: 6979803.

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

Color convert

RGB 219 128 106 -
CMYK 0 0.42 0.52 0.14
HSL 11.68º 0.61% 0.64% -
HSV(B) 11.68º 0.52% 0.86% -
XYZ 39.53 31.54 17.64 -
YUV 152.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 219 128 106 0 0.42 0.52 0.14 11.68 0.61 0.64
Hex DB 80 6A 0 2A 34 E C 3D 40
Octal 333 200 152 0 52 64 16 14 75 100
Binary 11011011 10000000 1101010 0 101010 110100 1110 1100 111101 1000000

Color Harmonies of #DB806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB806A

Black with #DB806A

Text Example


Text Example

White with #DB806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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