Html Css Color HEX #DA8471 New York Pink

📋 copy color: '#DA8471'

red 218 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #DA8471

Tints of New York Pink #DA8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

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

R = 47.08%
G = 28.51%
B = 24.41%

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

#DA8471 (or 0xDA8471) is known color: New York Pink. HEX triplet: DA, 84 and 71. RGB value is (218,132,113). Sum of RGB (Red+Green+Blue) = 218+132+113=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8471 is #257B8E. Grayscale: #9B9B9B. Windows color (decimal): -2456463 or 7439578. OLE color: 7439578.

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

Color convert

RGB 218 132 113 -
CMYK 0 0.39 0.48 0.15
HSL 10.86º 0.59% 0.65% -
HSV(B) 10.86º 0.48% 0.85% -
XYZ 40.15 32.6 19.8 -
YUV 155.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 218 132 113 0 0.39 0.48 0.15 10.86 0.59 0.65
Hex DA 84 71 0 27 30 F B 3B 41
Octal 332 204 161 0 47 60 17 13 73 101
Binary 11011010 10000100 1110001 0 100111 110000 1111 1011 111011 1000001

Color Harmonies of #DA8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8471

Black with #DA8471

Text Example


Text Example

White with #DA8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8471; }

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

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

background-color css

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

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

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

border-color css

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

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

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