Html Css Color HEX #DA8173 New York Pink

📋 copy color: '#DA8173'

red 218 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #DA8173

Tints of New York Pink #DA8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 47.19%
G = 27.92%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8173 (or 0xDA8173) is known color: New York Pink. HEX triplet: DA, 81 and 73. RGB value is (218,129,115). Sum of RGB (Red+Green+Blue) = 218+129+115=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8173 is #257E8C. Grayscale: #9A9A9A. Windows color (decimal): -2457229 or 7569882. OLE color: 7569882.

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

Color convert

RGB 218 129 115 -
CMYK 0 0.41 0.47 0.15
HSL 8.16º 0.58% 0.65% -
HSV(B) 8.16º 0.47% 0.85% -
XYZ 39.86 31.84 20.27 -
YUV 154.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 218 129 115 0 0.41 0.47 0.15 8.16 0.58 0.65
Hex DA 81 73 0 29 2F F 8 3A 41
Octal 332 201 163 0 51 57 17 10 72 101
Binary 11011010 10000001 1110011 0 101001 101111 1111 1000 111010 1000001

Color Harmonies of #DA8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8173

Black with #DA8173

Text Example


Text Example

White with #DA8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8173; }

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

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

background-color css

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

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

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

border-color css

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

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

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