Html Css Color HEX #DA8574 New York Pink

📋 copy color: '#DA8574'

red 218 ◦ green 133 ◦ blue 116

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

Shades of New York Pink #DA8574

Tints of New York Pink #DA8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 46.68%
G = 28.48%
B = 24.84%

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

#DA8574 (or 0xDA8574) is known color: New York Pink. HEX triplet: DA, 85 and 74. RGB value is (218,133,116). Sum of RGB (Red+Green+Blue) = 218+133+116=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8574 is #257A8B. Grayscale: #9C9C9C. Windows color (decimal): -2456204 or 7636442. OLE color: 7636442.

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

Color convert

RGB 218 133 116 -
CMYK 0 0.39 0.47 0.15
HSL 10º 0.58% 0.65% -
HSV(B) 10º 0.47% 0.85% -
XYZ 40.45 32.94 20.75 -
YUV 156.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 218 133 116 0 0.39 0.47 0.15 10 0.58 0.65
Hex DA 85 74 0 27 2F F A 3A 41
Octal 332 205 164 0 47 57 17 12 72 101
Binary 11011010 10000101 1110100 0 100111 101111 1111 1010 111010 1000001

Color Harmonies of #DA8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8574

Black with #DA8574

Text Example


Text Example

White with #DA8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8574; }

 p { color: rgb(218,133,116); }

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

background-color css

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

 a { background-color: rgb(218,133,116); }

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

border-color css

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

 span { border-color: rgb(218,133,116); }

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