Html Css Color HEX #DA8473 New York Pink

📋 copy color: '#DA8473'

red 218 ◦ green 132 ◦ blue 115

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

Shades of New York Pink #DA8473

Tints of New York Pink #DA8473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 46.88%
G = 28.39%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8473 (or 0xDA8473) is known color: New York Pink. HEX triplet: DA, 84 and 73. RGB value is (218,132,115). Sum of RGB (Red+Green+Blue) = 218+132+115=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8473 is #257B8C. Grayscale: #9B9B9B. Windows color (decimal): -2456461 or 7570650. OLE color: 7570650.

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

Color convert

RGB 218 132 115 -
CMYK 0 0.39 0.47 0.15
HSL 9.9º 0.58% 0.65% -
HSV(B) 9.9º 0.47% 0.85% -
XYZ 40.26 32.65 20.4 -
YUV 155.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 218 132 115 0 0.39 0.47 0.15 9.9 0.58 0.65
Hex DA 84 73 0 27 2F F A 3A 41
Octal 332 204 163 0 47 57 17 12 72 101
Binary 11011010 10000100 1110011 0 100111 101111 1111 1010 111010 1000001

Color Harmonies of #DA8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8473

Black with #DA8473

Text Example


Text Example

White with #DA8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8473; }

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

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

background-color css

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

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

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

border-color css

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

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

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