Html Css Color HEX #DA8076 New York Pink

📋 copy color: '#DA8076'

red 218 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #DA8076

Tints of New York Pink #DA8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

 BLUE value IS 118 (46.48% from 255) = 25.43%

R = 46.98%
G = 27.59%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8076 (or 0xDA8076) is known color: New York Pink. HEX triplet: DA, 80 and 76. RGB value is (218,128,118). Sum of RGB (Red+Green+Blue) = 218+128+118=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8076 is #257F89. Grayscale: #999999. Windows color (decimal): -2457482 or 7766234. OLE color: 7766234.

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

Color convert

RGB 218 128 118 -
CMYK 0 0.41 0.46 0.15
HSL 0.57% 0.66% -
HSV(B) 0.46% 0.85% -
XYZ 39.9 31.65 21.15 -
YUV 153.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 218 128 118 0 0.41 0.46 0.15 6 0.57 0.66
Hex DA 80 76 0 29 2E F 6 39 42
Octal 332 200 166 0 51 56 17 6 71 102
Binary 11011010 10000000 1110110 0 101001 101110 1111 110 111001 1000010

Color Harmonies of #DA8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8076

Black with #DA8076

Text Example


Text Example

White with #DA8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8076; }

 p { color: rgb(218,128,118); }

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

background-color css

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

 a { background-color: rgb(218,128,118); }

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

border-color css

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

 span { border-color: rgb(218,128,118); }

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