Html Css Color HEX #DA8773 New York Pink

📋 copy color: '#DA8773'

red 218 ◦ green 135 ◦ blue 115

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

Shades of New York Pink #DA8773

Tints of New York Pink #DA8773

RGB

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

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

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

R = 46.58%
G = 28.85%
B = 24.57%

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

#DA8773 (or 0xDA8773) is known color: New York Pink. HEX triplet: DA, 87 and 73. RGB value is (218,135,115). Sum of RGB (Red+Green+Blue) = 218+135+115=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8773 is #25788C. Grayscale: #9D9D9D. Windows color (decimal): -2455693 or 7571418. OLE color: 7571418.

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

Color convert

RGB 218 135 115 -
CMYK 0 0.38 0.47 0.15
HSL 11.65º 0.58% 0.65% -
HSV(B) 11.65º 0.47% 0.85% -
XYZ 40.67 33.47 20.54 -
YUV 157.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 218 135 115 0 0.38 0.47 0.15 11.65 0.58 0.65
Hex DA 87 73 0 26 2F F C 3A 41
Octal 332 207 163 0 46 57 17 14 72 101
Binary 11011010 10000111 1110011 0 100110 101111 1111 1100 111010 1000001

Color Harmonies of #DA8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8773

Black with #DA8773

Text Example


Text Example

White with #DA8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8773; }

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

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

background-color css

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

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

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

border-color css

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

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

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