Html Css Color HEX #DB856F New York Pink

📋 copy color: '#DB856F'

red 219 ◦ green 133 ◦ blue 111

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

Shades of New York Pink #DB856F

Tints of New York Pink #DB856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 47.3%
G = 28.73%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB856F (or 0xDB856F) is known color: New York Pink. HEX triplet: DB, 85 and 6F. RGB value is (219,133,111). Sum of RGB (Red+Green+Blue) = 219+133+111=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB856F is #247A90. Grayscale: #9C9C9C. Windows color (decimal): -2390673 or 7308763. OLE color: 7308763.

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

Color convert

RGB 219 133 111 -
CMYK 0 0.39 0.49 0.14
HSL 12.22º 0.6% 0.65% -
HSV(B) 12.22º 0.49% 0.86% -
XYZ 40.47 32.98 19.27 -
YUV 156.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 219 133 111 0 0.39 0.49 0.14 12.22 0.6 0.65
Hex DB 85 6F 0 27 31 E C 3C 41
Octal 333 205 157 0 47 61 16 14 74 101
Binary 11011011 10000101 1101111 0 100111 110001 1110 1100 111100 1000001

Color Harmonies of #DB856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB856F

Black with #DB856F

Text Example


Text Example

White with #DB856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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