Html Css Color HEX #DB826C New York Pink

📋 copy color: '#DB826C'

red 219 ◦ green 130 ◦ blue 108

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

Shades of New York Pink #DB826C

Tints of New York Pink #DB826C

RGB

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

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

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

R = 47.92%
G = 28.45%
B = 23.63%

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

#DB826C (or 0xDB826C) is known color: New York Pink. HEX triplet: DB, 82 and 6C. RGB value is (219,130,108). Sum of RGB (Red+Green+Blue) = 219+130+108=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB826C is #247D93. Grayscale: #9A9A9A. Windows color (decimal): -2391444 or 7111387. OLE color: 7111387.

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

Color convert

RGB 219 130 108 -
CMYK 0 0.41 0.51 0.14
HSL 11.89º 0.61% 0.64% -
HSV(B) 11.89º 0.51% 0.86% -
XYZ 39.9 32.11 18.28 -
YUV 154.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 219 130 108 0 0.41 0.51 0.14 11.89 0.61 0.64
Hex DB 82 6C 0 29 33 E C 3D 40
Octal 333 202 154 0 51 63 16 14 75 100
Binary 11011011 10000010 1101100 0 101001 110011 1110 1100 111101 1000000

Color Harmonies of #DB826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB826C

Black with #DB826C

Text Example


Text Example

White with #DB826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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