Html Css Color HEX #DB8B72 New York Pink

📋 copy color: '#DB8B72'

red 219 ◦ green 139 ◦ blue 114

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

Shades of New York Pink #DB8B72

Tints of New York Pink #DB8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 46.4%
G = 29.45%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB8B72 (or 0xDB8B72) is known color: New York Pink. HEX triplet: DB, 8B and 72. RGB value is (219,139,114). Sum of RGB (Red+Green+Blue) = 219+139+114=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B72 is #24748D. Grayscale: #A0A0A0. Windows color (decimal): -2389134 or 7506907. OLE color: 7506907.

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

Color convert

RGB 219 139 114 -
CMYK 0 0.37 0.48 0.14
HSL 14.29º 0.59% 0.65% -
HSV(B) 14.29º 0.48% 0.86% -
XYZ 41.48 34.74 20.44 -
YUV 160.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 219 139 114 0 0.37 0.48 0.14 14.29 0.59 0.65
Hex DB 8B 72 0 25 30 E E 3B 41
Octal 333 213 162 0 45 60 16 16 73 101
Binary 11011011 10001011 1110010 0 100101 110000 1110 1110 111011 1000001

Color Harmonies of #DB8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B72

Black with #DB8B72

Text Example


Text Example

White with #DB8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B72; }

 p { color: rgb(219,139,114); }

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

background-color css

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

 a { background-color: rgb(219,139,114); }

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

border-color css

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

 span { border-color: rgb(219,139,114); }

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