Html Css Color HEX #DA8377 New York Pink

📋 copy color: '#DA8377'

red 218 ◦ green 131 ◦ blue 119

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

Shades of New York Pink #DA8377

Tints of New York Pink #DA8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 46.58%
G = 27.99%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8377 (or 0xDA8377) is known color: New York Pink. HEX triplet: DA, 83 and 77. RGB value is (218,131,119). Sum of RGB (Red+Green+Blue) = 218+131+119=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8377 is #257C88. Grayscale: #9B9B9B. Windows color (decimal): -2456713 or 7832538. OLE color: 7832538.

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

Color convert

RGB 218 131 119 -
CMYK 0 0.40 0.45 0.15
HSL 7.27º 0.57% 0.66% -
HSV(B) 7.27º 0.45% 0.85% -
XYZ 40.36 32.47 21.59 -
YUV 155.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 218 131 119 0 0.40 0.45 0.15 7.27 0.57 0.66
Hex DA 83 77 0 28 2D F 7 39 42
Octal 332 203 167 0 50 55 17 7 71 102
Binary 11011010 10000011 1110111 0 101000 101101 1111 111 111001 1000010

Color Harmonies of #DA8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8377

Black with #DA8377

Text Example


Text Example

White with #DA8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8377; }

 p { color: rgb(218,131,119); }

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

background-color css

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

 a { background-color: rgb(218,131,119); }

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

border-color css

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

 span { border-color: rgb(218,131,119); }

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