Html Css Color HEX #DA8470 New York Pink

📋 copy color: '#DA8470'

red 218 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #DA8470

Tints of New York Pink #DA8470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 47.19%
G = 28.57%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA8470 (or 0xDA8470) is known color: New York Pink. HEX triplet: DA, 84 and 70. RGB value is (218,132,112). Sum of RGB (Red+Green+Blue) = 218+132+112=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8470 is #257B8F. Grayscale: #9B9B9B. Windows color (decimal): -2456464 or 7374042. OLE color: 7374042.

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

Color convert

RGB 218 132 112 -
CMYK 0 0.39 0.49 0.15
HSL 11.32º 0.59% 0.65% -
HSV(B) 11.32º 0.49% 0.85% -
XYZ 40.09 32.58 19.5 -
YUV 155.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 218 132 112 0 0.39 0.49 0.15 11.32 0.59 0.65
Hex DA 84 70 0 27 31 F B 3B 41
Octal 332 204 160 0 47 61 17 13 73 101
Binary 11011010 10000100 1110000 0 100111 110001 1111 1011 111011 1000001

Color Harmonies of #DA8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8470

Black with #DA8470

Text Example


Text Example

White with #DA8470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8470; }

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

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

background-color css

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

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

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

border-color css

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

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

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