Html Css Color HEX #DC846E New York Pink

📋 copy color: '#DC846E'

red 220 ◦ green 132 ◦ blue 110

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

Shades of New York Pink #DC846E

Tints of New York Pink #DC846E

RGB

 RED value IS 220 (86.33% from 255) = 47.62%

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

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

R = 47.62%
G = 28.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC846E (or 0xDC846E) is known color: New York Pink. HEX triplet: DC, 84 and 6E. RGB value is (220,132,110). Sum of RGB (Red+Green+Blue) = 220+132+110=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC846E is #237B91. Grayscale: #9B9B9B. Windows color (decimal): -2325394 or 7242972. OLE color: 7242972.

HSL color Cylindrical-coordinate representation of color #DC846E: hue angle of 12º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC846E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 110 -
CMYK 0 0.40 0.50 0.14
HSL 12º 0.61% 0.65% -
HSV(B) 12º 0.5% 0.86% -
XYZ 40.58 32.84 18.95 -
YUV 155.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 220 132 110 0 0.40 0.50 0.14 12 0.61 0.65
Hex DC 84 6E 0 28 32 E C 3D 41
Octal 334 204 156 0 50 62 16 14 75 101
Binary 11011100 10000100 1101110 0 101000 110010 1110 1100 111101 1000001

Color Harmonies of #DC846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC846E

Black with #DC846E

Text Example


Text Example

White with #DC846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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