Html Css Color HEX #DA8271 New York Pink

📋 copy color: '#DA8271'

red 218 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #DA8271

Tints of New York Pink #DA8271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

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

R = 47.29%
G = 28.2%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8271 (or 0xDA8271) is known color: New York Pink. HEX triplet: DA, 82 and 71. RGB value is (218,130,113). Sum of RGB (Red+Green+Blue) = 218+130+113=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8271 is #257D8E. Grayscale: #9A9A9A. Windows color (decimal): -2456975 or 7439066. OLE color: 7439066.

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

Color convert

RGB 218 130 113 -
CMYK 0 0.40 0.48 0.15
HSL 9.71º 0.59% 0.65% -
HSV(B) 9.71º 0.48% 0.85% -
XYZ 39.88 32.06 19.71 -
YUV 154.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 218 130 113 0 0.40 0.48 0.15 9.71 0.59 0.65
Hex DA 82 71 0 28 30 F A 3B 41
Octal 332 202 161 0 50 60 17 12 73 101
Binary 11011010 10000010 1110001 0 101000 110000 1111 1010 111011 1000001

Color Harmonies of #DA8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8271

Black with #DA8271

Text Example


Text Example

White with #DA8271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8271; }

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

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

background-color css

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

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

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

border-color css

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

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

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