Html Css Color HEX #DA846E New York Pink

📋 copy color: '#DA846E'

red 218 ◦ green 132 ◦ blue 110

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

Shades of New York Pink #DA846E

Tints of New York Pink #DA846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 47.39%
G = 28.7%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA846E (or 0xDA846E) is known color: New York Pink. HEX triplet: DA, 84 and 6E. RGB value is (218,132,110). Sum of RGB (Red+Green+Blue) = 218+132+110=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA846E is #257B91. Grayscale: #9B9B9B. Windows color (decimal): -2456466 or 7242970. OLE color: 7242970.

HSL color Cylindrical-coordinate representation of color #DA846E: hue angle of 12.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA846E is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 110 -
CMYK 0 0.39 0.50 0.15
HSL 12.22º 0.59% 0.64% -
HSV(B) 12.22º 0.5% 0.85% -
XYZ 39.98 32.53 18.92 -
YUV 155.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 218 132 110 0 0.39 0.50 0.15 12.22 0.59 0.64
Hex DA 84 6E 0 27 32 F C 3B 40
Octal 332 204 156 0 47 62 17 14 73 100
Binary 11011010 10000100 1101110 0 100111 110010 1111 1100 111011 1000000

Color Harmonies of #DA846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA846E

Black with #DA846E

Text Example


Text Example

White with #DA846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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