Html Css Color HEX #DB836D New York Pink

📋 copy color: '#DB836D'

red 219 ◦ green 131 ◦ blue 109

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

Shades of New York Pink #DB836D

Tints of New York Pink #DB836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

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

R = 47.71%
G = 28.54%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB836D (or 0xDB836D) is known color: New York Pink. HEX triplet: DB, 83 and 6D. RGB value is (219,131,109). Sum of RGB (Red+Green+Blue) = 219+131+109=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB836D is #247C92. Grayscale: #9A9A9A. Windows color (decimal): -2391187 or 7177179. OLE color: 7177179.

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

Color convert

RGB 219 131 109 -
CMYK 0 0.40 0.50 0.14
HSL 12º 0.6% 0.64% -
HSV(B) 12º 0.5% 0.86% -
XYZ 40.09 32.4 18.61 -
YUV 154.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 219 131 109 0 0.40 0.50 0.14 12 0.6 0.64
Hex DB 83 6D 0 28 32 E C 3C 40
Octal 333 203 155 0 50 62 16 14 74 100
Binary 11011011 10000011 1101101 0 101000 110010 1110 1100 111100 1000000

Color Harmonies of #DB836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB836D

Black with #DB836D

Text Example


Text Example

White with #DB836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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