Html Css Color HEX #DA8476 New York Pink

📋 copy color: '#DA8476'

red 218 ◦ green 132 ◦ blue 118

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

Shades of New York Pink #DA8476

Tints of New York Pink #DA8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 46.58%
G = 28.21%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8476 (or 0xDA8476) is known color: New York Pink. HEX triplet: DA, 84 and 76. RGB value is (218,132,118). Sum of RGB (Red+Green+Blue) = 218+132+118=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8476 is #257B89. Grayscale: #9C9C9C. Windows color (decimal): -2456458 or 7767258. OLE color: 7767258.

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

Color convert

RGB 218 132 118 -
CMYK 0 0.39 0.46 0.15
HSL 8.4º 0.57% 0.66% -
HSV(B) 8.4º 0.46% 0.85% -
XYZ 40.43 32.72 21.32 -
YUV 156.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 218 132 118 0 0.39 0.46 0.15 8.4 0.57 0.66
Hex DA 84 76 0 27 2E F 8 39 42
Octal 332 204 166 0 47 56 17 10 71 102
Binary 11011010 10000100 1110110 0 100111 101110 1111 1000 111001 1000010

Color Harmonies of #DA8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8476

Black with #DA8476

Text Example


Text Example

White with #DA8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8476; }

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

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

background-color css

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

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

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

border-color css

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

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

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