Html Css Color HEX #DA8676 New York Pink

📋 copy color: '#DA8676'

red 218 ◦ green 134 ◦ blue 118

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

Shades of New York Pink #DA8676

Tints of New York Pink #DA8676

RGB

 RED value IS 218 (85.55% from 255) = 46.38%

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

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 46.38%
G = 28.51%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8676 (or 0xDA8676) is known color: New York Pink. HEX triplet: DA, 86 and 76. RGB value is (218,134,118). Sum of RGB (Red+Green+Blue) = 218+134+118=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8676 is #257989. Grayscale: #9D9D9D. Windows color (decimal): -2455946 or 7767770. OLE color: 7767770.

HSL color Cylindrical-coordinate representation of color #DA8676: hue angle of 9.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA8676 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 118 -
CMYK 0 0.39 0.46 0.15
HSL 9.6º 0.57% 0.66% -
HSV(B) 9.6º 0.46% 0.85% -
XYZ 40.71 33.26 21.41 -
YUV 157.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 218 134 118 0 0.39 0.46 0.15 9.6 0.57 0.66
Hex DA 86 76 0 27 2E F A 39 42
Octal 332 206 166 0 47 56 17 12 71 102
Binary 11011010 10000110 1110110 0 100111 101110 1111 1010 111001 1000010

Color Harmonies of #DA8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8676

Black with #DA8676

Text Example


Text Example

White with #DA8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8676; }

 p { color: rgb(218,134,118); }

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

background-color css

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

 a { background-color: rgb(218,134,118); }

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

border-color css

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

 span { border-color: rgb(218,134,118); }

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