Html Css Color HEX #DA8176 New York Pink

📋 copy color: '#DA8176'

red 218 ◦ green 129 ◦ blue 118

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

Shades of New York Pink #DA8176

Tints of New York Pink #DA8176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

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

R = 46.88%
G = 27.74%
B = 25.38%

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

#DA8176 (or 0xDA8176) is known color: New York Pink. HEX triplet: DA, 81 and 76. RGB value is (218,129,118). Sum of RGB (Red+Green+Blue) = 218+129+118=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8176 is #257E89. Grayscale: #9A9A9A. Windows color (decimal): -2457226 or 7766490. OLE color: 7766490.

HSL color Cylindrical-coordinate representation of color #DA8176: hue angle of 6.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 #DA8176 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 118 -
CMYK 0 0.41 0.46 0.15
HSL 6.6º 0.57% 0.66% -
HSV(B) 6.6º 0.46% 0.85% -
XYZ 40.03 31.91 21.19 -
YUV 154.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 218 129 118 0 0.41 0.46 0.15 6.6 0.57 0.66
Hex DA 81 76 0 29 2E F 7 39 42
Octal 332 201 166 0 51 56 17 7 71 102
Binary 11011010 10000001 1110110 0 101001 101110 1111 111 111001 1000010

Color Harmonies of #DA8176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8176

Black with #DA8176

Text Example


Text Example

White with #DA8176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8176; }

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

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

background-color css

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

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

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

border-color css

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

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

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