Html Css Color HEX #DB856D New York Pink

📋 copy color: '#DB856D'

red 219 ◦ green 133 ◦ blue 109

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

Shades of New York Pink #DB856D

Tints of New York Pink #DB856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 47.51%
G = 28.85%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB856D (or 0xDB856D) is known color: New York Pink. HEX triplet: DB, 85 and 6D. RGB value is (219,133,109). Sum of RGB (Red+Green+Blue) = 219+133+109=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB856D is #247A92. Grayscale: #9C9C9C. Windows color (decimal): -2390675 or 7177691. OLE color: 7177691.

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

Color convert

RGB 219 133 109 -
CMYK 0 0.39 0.50 0.14
HSL 13.09º 0.6% 0.64% -
HSV(B) 13.09º 0.5% 0.86% -
XYZ 40.36 32.94 18.7 -
YUV 155.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 219 133 109 0 0.39 0.50 0.14 13.09 0.6 0.64
Hex DB 85 6D 0 27 32 E D 3C 40
Octal 333 205 155 0 47 62 16 15 74 100
Binary 11011011 10000101 1101101 0 100111 110010 1110 1101 111100 1000000

Color Harmonies of #DB856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB856D

Black with #DB856D

Text Example


Text Example

White with #DB856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB856D; }

 p { color: rgb(219,133,109); }

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

background-color css

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

 a { background-color: rgb(219,133,109); }

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

border-color css

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

 span { border-color: rgb(219,133,109); }

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