Html Css Color HEX #DB8A79 New York Pink

📋 copy color: '#DB8A79'

red 219 ◦ green 138 ◦ blue 121

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

Shades of New York Pink #DB8A79

Tints of New York Pink #DB8A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

 BLUE value IS 121 (47.66% from 255) = 25.31%

R = 45.82%
G = 28.87%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8A79 (or 0xDB8A79) is known color: New York Pink. HEX triplet: DB, 8A and 79. RGB value is (219,138,121). Sum of RGB (Red+Green+Blue) = 219+138+121=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A79 is #247586. Grayscale: #A0A0A0. Windows color (decimal): -2389383 or 7965403. OLE color: 7965403.

HSL color Cylindrical-coordinate representation of color #DB8A79: hue angle of 10.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8A79 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 121 -
CMYK 0 0.37 0.45 0.14
HSL 10.41º 0.58% 0.67% -
HSV(B) 10.41º 0.45% 0.86% -
XYZ 41.75 34.62 22.57 -
YUV 160.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 219 138 121 0 0.37 0.45 0.14 10.41 0.58 0.67
Hex DB 8A 79 0 25 2D E A 3A 43
Octal 333 212 171 0 45 55 16 12 72 103
Binary 11011011 10001010 1111001 0 100101 101101 1110 1010 111010 1000011

Color Harmonies of #DB8A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A79

Black with #DB8A79

Text Example


Text Example

White with #DB8A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A79; }

 p { color: rgb(219,138,121); }

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

background-color css

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

 a { background-color: rgb(219,138,121); }

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

border-color css

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

 span { border-color: rgb(219,138,121); }

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