Html Css Color HEX #DB8674 New York Pink

📋 copy color: '#DB8674'

red 219 ◦ green 134 ◦ blue 116

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

Shades of New York Pink #DB8674

Tints of New York Pink #DB8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.57%

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

R = 46.7%
G = 28.57%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8674 (or 0xDB8674) is known color: New York Pink. HEX triplet: DB, 86 and 74. RGB value is (219,134,116). Sum of RGB (Red+Green+Blue) = 219+134+116=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8674 is #24798B. Grayscale: #9D9D9D. Windows color (decimal): -2390412 or 7636699. OLE color: 7636699.

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

Color convert

RGB 219 134 116 -
CMYK 0 0.39 0.47 0.14
HSL 10.49º 0.59% 0.66% -
HSV(B) 10.49º 0.47% 0.86% -
XYZ 40.89 33.37 20.81 -
YUV 157.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 219 134 116 0 0.39 0.47 0.14 10.49 0.59 0.66
Hex DB 86 74 0 27 2F E A 3B 42
Octal 333 206 164 0 47 57 16 12 73 102
Binary 11011011 10000110 1110100 0 100111 101111 1110 1010 111011 1000010

Color Harmonies of #DB8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8674

Black with #DB8674

Text Example


Text Example

White with #DB8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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