Html Css Color HEX #DB806E New York Pink

📋 copy color: '#DB806E'

red 219 ◦ green 128 ◦ blue 110

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

Shades of New York Pink #DB806E

Tints of New York Pink #DB806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 47.92%
G = 28.01%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB806E (or 0xDB806E) is known color: New York Pink. HEX triplet: DB, 80 and 6E. RGB value is (219,128,110). Sum of RGB (Red+Green+Blue) = 219+128+110=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB806E is #247F91. Grayscale: #999999. Windows color (decimal): -2391954 or 7241947. OLE color: 7241947.

HSL color Cylindrical-coordinate representation of color #DB806E: hue angle of 9.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB806E is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 110 -
CMYK 0 0.42 0.50 0.14
HSL 9.91º 0.6% 0.65% -
HSV(B) 9.91º 0.5% 0.86% -
XYZ 39.75 31.62 18.76 -
YUV 153.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 219 128 110 0 0.42 0.50 0.14 9.91 0.6 0.65
Hex DB 80 6E 0 2A 32 E A 3C 41
Octal 333 200 156 0 52 62 16 12 74 101
Binary 11011011 10000000 1101110 0 101010 110010 1110 1010 111100 1000001

Color Harmonies of #DB806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB806E

Black with #DB806E

Text Example


Text Example

White with #DB806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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