Html Css Color HEX #DA846D New York Pink

📋 copy color: '#DA846D'

red 218 ◦ green 132 ◦ blue 109

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

Shades of New York Pink #DA846D

Tints of New York Pink #DA846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 47.49%
G = 28.76%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA846D (or 0xDA846D) is known color: New York Pink. HEX triplet: DA, 84 and 6D. RGB value is (218,132,109). Sum of RGB (Red+Green+Blue) = 218+132+109=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA846D is #257B92. Grayscale: #9B9B9B. Windows color (decimal): -2456467 or 7177434. OLE color: 7177434.

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

Color convert

RGB 218 132 109 -
CMYK 0 0.39 0.5 0.15
HSL 12.66º 0.6% 0.64% -
HSV(B) 12.66º 0.5% 0.85% -
XYZ 39.93 32.51 18.64 -
YUV 155.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 218 132 109 0 0.39 0.5 0.15 12.66 0.6 0.64
Hex DA 84 6D 0 27 32 F D 3C 40
Octal 332 204 155 0 47 62 17 15 74 100
Binary 11011010 10000100 1101101 0 100111 110010 1111 1101 111100 1000000

Color Harmonies of #DA846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA846D

Black with #DA846D

Text Example


Text Example

White with #DA846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA846D; }

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

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

background-color css

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

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

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

border-color css

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

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

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