Html Css Color HEX #DB826D New York Pink

📋 copy color: '#DB826D'

red 219 ◦ green 130 ◦ blue 109

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

Shades of New York Pink #DB826D

Tints of New York Pink #DB826D

RGB

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

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

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

R = 47.82%
G = 28.38%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB826D (or 0xDB826D) is known color: New York Pink. HEX triplet: DB, 82 and 6D. RGB value is (219,130,109). Sum of RGB (Red+Green+Blue) = 219+130+109=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB826D is #247D92. Grayscale: #9A9A9A. Windows color (decimal): -2391443 or 7176923. OLE color: 7176923.

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

Color convert

RGB 219 130 109 -
CMYK 0 0.41 0.50 0.14
HSL 11.45º 0.6% 0.64% -
HSV(B) 11.45º 0.5% 0.86% -
XYZ 39.96 32.13 18.56 -
YUV 154.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 219 130 109 0 0.41 0.50 0.14 11.45 0.6 0.64
Hex DB 82 6D 0 29 32 E B 3C 40
Octal 333 202 155 0 51 62 16 13 74 100
Binary 11011011 10000010 1101101 0 101001 110010 1110 1011 111100 1000000

Color Harmonies of #DB826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB826D

Black with #DB826D

Text Example


Text Example

White with #DB826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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