Html Css Color HEX #DA8873 New York Pink

📋 copy color: '#DA8873'

red 218 ◦ green 136 ◦ blue 115

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

Shades of New York Pink #DA8873

Tints of New York Pink #DA8873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

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

R = 46.48%
G = 29%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8873 (or 0xDA8873) is known color: New York Pink. HEX triplet: DA, 88 and 73. RGB value is (218,136,115). Sum of RGB (Red+Green+Blue) = 218+136+115=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8873 is #25778C. Grayscale: #9E9E9E. Windows color (decimal): -2455437 or 7571674. OLE color: 7571674.

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

Color convert

RGB 218 136 115 -
CMYK 0 0.38 0.47 0.15
HSL 12.23º 0.58% 0.65% -
HSV(B) 12.23º 0.47% 0.85% -
XYZ 40.81 33.75 20.58 -
YUV 158.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 218 136 115 0 0.38 0.47 0.15 12.23 0.58 0.65
Hex DA 88 73 0 26 2F F C 3A 41
Octal 332 210 163 0 46 57 17 14 72 101
Binary 11011010 10001000 1110011 0 100110 101111 1111 1100 111010 1000001

Color Harmonies of #DA8873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8873

Black with #DA8873

Text Example


Text Example

White with #DA8873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8873; }

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

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

background-color css

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

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

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

border-color css

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

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

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