Html Css Color HEX #DB826B New York Pink

📋 copy color: '#DB826B'

red 219 ◦ green 130 ◦ blue 107

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

Shades of New York Pink #DB826B

Tints of New York Pink #DB826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

 BLUE value IS 107 (42.19% from 255) = 23.46%

R = 48.03%
G = 28.51%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB826B (or 0xDB826B) is known color: New York Pink. HEX triplet: DB, 82 and 6B. RGB value is (219,130,107). Sum of RGB (Red+Green+Blue) = 219+130+107=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB826B is #247D94. Grayscale: #9A9A9A. Windows color (decimal): -2391445 or 7045851. OLE color: 7045851.

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

Color convert

RGB 219 130 107 -
CMYK 0 0.41 0.51 0.14
HSL 12.32º 0.61% 0.64% -
HSV(B) 12.32º 0.51% 0.86% -
XYZ 39.85 32.09 18 -
YUV 153.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 219 130 107 0 0.41 0.51 0.14 12.32 0.61 0.64
Hex DB 82 6B 0 29 33 E C 3D 40
Octal 333 202 153 0 51 63 16 14 75 100
Binary 11011011 10000010 1101011 0 101001 110011 1110 1100 111101 1000000

Color Harmonies of #DB826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB826B

Black with #DB826B

Text Example


Text Example

White with #DB826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB826B; }

 p { color: rgb(219,130,107); }

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

background-color css

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

 a { background-color: rgb(219,130,107); }

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

border-color css

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

 span { border-color: rgb(219,130,107); }

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