Html Css Color HEX #DA8376 New York Pink

📋 copy color: '#DA8376'

red 218 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #DA8376

Tints of New York Pink #DA8376

RGB

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

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

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

R = 46.68%
G = 28.05%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8376 (or 0xDA8376) is known color: New York Pink. HEX triplet: DA, 83 and 76. RGB value is (218,131,118). Sum of RGB (Red+Green+Blue) = 218+131+118=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8376 is #257C89. Grayscale: #9B9B9B. Windows color (decimal): -2456714 or 7767002. OLE color: 7767002.

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

Color convert

RGB 218 131 118 -
CMYK 0 0.40 0.46 0.15
HSL 7.8º 0.57% 0.66% -
HSV(B) 7.8º 0.46% 0.85% -
XYZ 40.3 32.45 21.28 -
YUV 155.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 218 131 118 0 0.40 0.46 0.15 7.8 0.57 0.66
Hex DA 83 76 0 28 2E F 8 39 42
Octal 332 203 166 0 50 56 17 10 71 102
Binary 11011010 10000011 1110110 0 101000 101110 1111 1000 111001 1000010

Color Harmonies of #DA8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8376

Black with #DA8376

Text Example


Text Example

White with #DA8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8376; }

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

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

background-color css

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

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

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

border-color css

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

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

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