Html Css Color HEX #DB8974 New York Pink

📋 copy color: '#DB8974'

red 219 ◦ green 137 ◦ blue 116

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

Shades of New York Pink #DB8974

Tints of New York Pink #DB8974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.03%

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 46.4%
G = 29.03%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8974 (or 0xDB8974) is known color: New York Pink. HEX triplet: DB, 89 and 74. RGB value is (219,137,116). Sum of RGB (Red+Green+Blue) = 219+137+116=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8974 is #24768B. Grayscale: #9F9F9F. Windows color (decimal): -2389644 or 7637467. OLE color: 7637467.

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

Color convert

RGB 219 137 116 -
CMYK 0 0.37 0.47 0.14
HSL 12.23º 0.59% 0.66% -
HSV(B) 12.23º 0.47% 0.86% -
XYZ 41.31 34.21 20.95 -
YUV 159.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 219 137 116 0 0.37 0.47 0.14 12.23 0.59 0.66
Hex DB 89 74 0 25 2F E C 3B 42
Octal 333 211 164 0 45 57 16 14 73 102
Binary 11011011 10001001 1110100 0 100101 101111 1110 1100 111011 1000010

Color Harmonies of #DB8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8974

Black with #DB8974

Text Example


Text Example

White with #DB8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8974; }

 p { color: rgb(219,137,116); }

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

background-color css

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

 a { background-color: rgb(219,137,116); }

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

border-color css

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

 span { border-color: rgb(219,137,116); }

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