Html Css Color HEX #DA8373 New York Pink

📋 copy color: '#DA8373'

red 218 ◦ green 131 ◦ blue 115

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

Shades of New York Pink #DA8373

Tints of New York Pink #DA8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.23%

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

R = 46.98%
G = 28.23%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8373 (or 0xDA8373) is known color: New York Pink. HEX triplet: DA, 83 and 73. RGB value is (218,131,115). Sum of RGB (Red+Green+Blue) = 218+131+115=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8373 is #257C8C. Grayscale: #9B9B9B. Windows color (decimal): -2456717 or 7570394. OLE color: 7570394.

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

Color convert

RGB 218 131 115 -
CMYK 0 0.40 0.47 0.15
HSL 9.32º 0.58% 0.65% -
HSV(B) 9.32º 0.47% 0.85% -
XYZ 40.12 32.38 20.35 -
YUV 155.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 218 131 115 0 0.40 0.47 0.15 9.32 0.58 0.65
Hex DA 83 73 0 28 2F F 9 3A 41
Octal 332 203 163 0 50 57 17 11 72 101
Binary 11011010 10000011 1110011 0 101000 101111 1111 1001 111010 1000001

Color Harmonies of #DA8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8373

Black with #DA8373

Text Example


Text Example

White with #DA8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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