Html Css Color HEX #DB806C New York Pink

📋 copy color: '#DB806C'

red 219 ◦ green 128 ◦ blue 108

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

Shades of New York Pink #DB806C

Tints of New York Pink #DB806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 48.13%
G = 28.13%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB806C (or 0xDB806C) is known color: New York Pink. HEX triplet: DB, 80 and 6C. RGB value is (219,128,108). Sum of RGB (Red+Green+Blue) = 219+128+108=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB806C is #247F93. Grayscale: #999999. Windows color (decimal): -2391956 or 7110875. OLE color: 7110875.

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

Color convert

RGB 219 128 108 -
CMYK 0 0.42 0.51 0.14
HSL 10.81º 0.61% 0.64% -
HSV(B) 10.81º 0.51% 0.86% -
XYZ 39.64 31.58 18.19 -
YUV 152.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 219 128 108 0 0.42 0.51 0.14 10.81 0.61 0.64
Hex DB 80 6C 0 2A 33 E B 3D 40
Octal 333 200 154 0 52 63 16 13 75 100
Binary 11011011 10000000 1101100 0 101010 110011 1110 1011 111101 1000000

Color Harmonies of #DB806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB806C

Black with #DB806C

Text Example


Text Example

White with #DB806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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