Html Css Color HEX #DA8276 New York Pink

📋 copy color: '#DA8276'

red 218 ◦ green 130 ◦ blue 118

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

Shades of New York Pink #DA8276

Tints of New York Pink #DA8276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 46.78%
G = 27.9%
B = 25.32%

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

#DA8276 (or 0xDA8276) is known color: New York Pink. HEX triplet: DA, 82 and 76. RGB value is (218,130,118). Sum of RGB (Red+Green+Blue) = 218+130+118=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8276 is #257D89. Grayscale: #9B9B9B. Windows color (decimal): -2456970 or 7766746. OLE color: 7766746.

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

Color convert

RGB 218 130 118 -
CMYK 0 0.40 0.46 0.15
HSL 7.2º 0.57% 0.66% -
HSV(B) 7.2º 0.46% 0.85% -
XYZ 40.17 32.18 21.23 -
YUV 154.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 218 130 118 0 0.40 0.46 0.15 7.2 0.57 0.66
Hex DA 82 76 0 28 2E F 7 39 42
Octal 332 202 166 0 50 56 17 7 71 102
Binary 11011010 10000010 1110110 0 101000 101110 1111 111 111001 1000010

Color Harmonies of #DA8276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8276

Black with #DA8276

Text Example


Text Example

White with #DA8276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8276; }

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

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

background-color css

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

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

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

border-color css

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

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

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