Html Css Color HEX #DB8A72 New York Pink

📋 copy color: '#DB8A72'

red 219 ◦ green 138 ◦ blue 114

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

Shades of New York Pink #DB8A72

Tints of New York Pink #DB8A72

RGB

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

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

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

R = 46.5%
G = 29.3%
B = 24.2%

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

#DB8A72 (or 0xDB8A72) is known color: New York Pink. HEX triplet: DB, 8A and 72. RGB value is (219,138,114). Sum of RGB (Red+Green+Blue) = 219+138+114=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A72 is #24758D. Grayscale: #9F9F9F. Windows color (decimal): -2389390 or 7506651. OLE color: 7506651.

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

Color convert

RGB 219 138 114 -
CMYK 0 0.37 0.48 0.14
HSL 13.71º 0.59% 0.65% -
HSV(B) 13.71º 0.48% 0.86% -
XYZ 41.34 34.45 20.39 -
YUV 159.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 219 138 114 0 0.37 0.48 0.14 13.71 0.59 0.65
Hex DB 8A 72 0 25 30 E E 3B 41
Octal 333 212 162 0 45 60 16 16 73 101
Binary 11011011 10001010 1110010 0 100101 110000 1110 1110 111011 1000001

Color Harmonies of #DB8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A72

Black with #DB8A72

Text Example


Text Example

White with #DB8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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