Html Css Color HEX #DA8671 New York Pink

📋 copy color: '#DA8671'

red 218 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #DA8671

Tints of New York Pink #DA8671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.3%

R = 46.88%
G = 28.82%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8671 (or 0xDA8671) is known color: New York Pink. HEX triplet: DA, 86 and 71. RGB value is (218,134,113). Sum of RGB (Red+Green+Blue) = 218+134+113=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8671 is #25798E. Grayscale: #9C9C9C. Windows color (decimal): -2455951 or 7440090. OLE color: 7440090.

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

Color convert

RGB 218 134 113 -
CMYK 0 0.39 0.48 0.15
HSL 12º 0.59% 0.65% -
HSV(B) 12º 0.48% 0.85% -
XYZ 40.42 33.15 19.89 -
YUV 156.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 218 134 113 0 0.39 0.48 0.15 12 0.59 0.65
Hex DA 86 71 0 27 30 F C 3B 41
Octal 332 206 161 0 47 60 17 14 73 101
Binary 11011010 10000110 1110001 0 100111 110000 1111 1100 111011 1000001

Color Harmonies of #DA8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8671

Black with #DA8671

Text Example


Text Example

White with #DA8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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