Html Css Color HEX #DA8779 New York Pink

📋 copy color: '#DA8779'

red 218 ◦ green 135 ◦ blue 121

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

Shades of New York Pink #DA8779

Tints of New York Pink #DA8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

 BLUE value IS 121 (47.66% from 255) = 25.53%

R = 45.99%
G = 28.48%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA8779 (or 0xDA8779) is known color: New York Pink. HEX triplet: DA, 87 and 79. RGB value is (218,135,121). Sum of RGB (Red+Green+Blue) = 218+135+121=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8779 is #257886. Grayscale: #9E9E9E. Windows color (decimal): -2455687 or 7964634. OLE color: 7964634.

HSL color Cylindrical-coordinate representation of color #DA8779: hue angle of 8.66º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8779 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 121 -
CMYK 0 0.38 0.44 0.15
HSL 8.66º 0.57% 0.66% -
HSV(B) 8.66º 0.44% 0.85% -
XYZ 41.03 33.61 22.41 -
YUV 158.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 218 135 121 0 0.38 0.44 0.15 8.66 0.57 0.66
Hex DA 87 79 0 26 2C F 9 39 42
Octal 332 207 171 0 46 54 17 11 71 102
Binary 11011010 10000111 1111001 0 100110 101100 1111 1001 111001 1000010

Color Harmonies of #DA8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8779

Black with #DA8779

Text Example


Text Example

White with #DA8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8779; }

 p { color: rgb(218,135,121); }

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

background-color css

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

 a { background-color: rgb(218,135,121); }

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

border-color css

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

 span { border-color: rgb(218,135,121); }

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