Html Css Color HEX #DA8874 New York Pink

📋 copy color: '#DA8874'

red 218 ◦ green 136 ◦ blue 116

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

Shades of New York Pink #DA8874

Tints of New York Pink #DA8874

RGB

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

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

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

R = 46.38%
G = 28.94%
B = 24.68%

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

#DA8874 (or 0xDA8874) is known color: New York Pink. HEX triplet: DA, 88 and 74. RGB value is (218,136,116). Sum of RGB (Red+Green+Blue) = 218+136+116=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8874 is #25778B. Grayscale: #9E9E9E. Windows color (decimal): -2455436 or 7637210. OLE color: 7637210.

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

Color convert

RGB 218 136 116 -
CMYK 0 0.38 0.47 0.15
HSL 11.76º 0.58% 0.65% -
HSV(B) 11.76º 0.47% 0.85% -
XYZ 40.87 33.77 20.89 -
YUV 158.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 218 136 116 0 0.38 0.47 0.15 11.76 0.58 0.65
Hex DA 88 74 0 26 2F F C 3A 41
Octal 332 210 164 0 46 57 17 14 72 101
Binary 11011010 10001000 1110100 0 100110 101111 1111 1100 111010 1000001

Color Harmonies of #DA8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8874

Black with #DA8874

Text Example


Text Example

White with #DA8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8874; }

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

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

background-color css

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

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

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

border-color css

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

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

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